tera-cli: 0.3.0 -> 0.4.0

This commit is contained in:
Uwe Schlifkowitz 2024-06-05 14:29:29 +02:00
parent 22b57baf09
commit cea1ab7a16

View File

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