Merge pull request #317449 from 365tuwe/update-tera-cli

tera-cli: 0.3.0 -> 0.4.0
This commit is contained in:
Nick Cao 2024-06-05 15:33:33 -04:00 committed by GitHub
commit c516183c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,16 +5,16 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tera-cli"; pname = "tera-cli";
version = "0.3.0"; version = "0.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chevdor"; owner = "chevdor";
repo = "tera-cli"; repo = "tera-cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Fzrlt6p4bVtJvGg8SaMdS/+2wzABtBkj9ERcg3/bwcQ="; hash = "sha256-mYFvqzSnTljzRbb9W4/hY7fOO35UF31P5M49JkM58R8=";
}; };
cargoHash = "sha256-aPN7rbU/BSgNAoq0g8JrzsXk3pbenrJZxqrm5f4zYn8="; cargoHash = "sha256-aG0J9hnkGvz42gOczU3uF3GsmKZWgrLtx8lXOkDwt0c=";
meta = with lib; { meta = with lib; {
description = "A command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine"; description = "A command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine";