We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c532fb1 + 45b72ca commit 9b5328bCopy full SHA for 9b5328b
1 file changed
pkgs/by-name/te/tera-cli/package.nix
@@ -5,16 +5,16 @@
5
}:
6
rustPlatform.buildRustPackage rec {
7
pname = "tera-cli";
8
- version = "0.3.0";
+ version = "0.4.0";
9
10
src = fetchFromGitHub {
11
owner = "chevdor";
12
repo = "tera-cli";
13
rev = "v${version}";
14
- hash = "sha256-Fzrlt6p4bVtJvGg8SaMdS/+2wzABtBkj9ERcg3/bwcQ=";
+ hash = "sha256-mYFvqzSnTljzRbb9W4/hY7fOO35UF31P5M49JkM58R8=";
15
};
16
17
- cargoHash = "sha256-aPN7rbU/BSgNAoq0g8JrzsXk3pbenrJZxqrm5f4zYn8=";
+ cargoHash = "sha256-aG0J9hnkGvz42gOczU3uF3GsmKZWgrLtx8lXOkDwt0c=";
18
19
meta = with lib; {
20
description = "A command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine";
0 commit comments