Skip to content

Commit 9b5328b

Browse files
authored
Merge pull request NixOS#317538 from NixOS/backport-317449-to-release-24.05
[Backport release-24.05] tera-cli: 0.3.0 -> 0.4.0
2 parents c532fb1 + 45b72ca commit 9b5328b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/te/tera-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "tera-cli";
8-
version = "0.3.0";
8+
version = "0.4.0";
99

1010
src = fetchFromGitHub {
1111
owner = "chevdor";
1212
repo = "tera-cli";
1313
rev = "v${version}";
14-
hash = "sha256-Fzrlt6p4bVtJvGg8SaMdS/+2wzABtBkj9ERcg3/bwcQ=";
14+
hash = "sha256-mYFvqzSnTljzRbb9W4/hY7fOO35UF31P5M49JkM58R8=";
1515
};
1616

17-
cargoHash = "sha256-aPN7rbU/BSgNAoq0g8JrzsXk3pbenrJZxqrm5f4zYn8=";
17+
cargoHash = "sha256-aG0J9hnkGvz42gOczU3uF3GsmKZWgrLtx8lXOkDwt0c=";
1818

1919
meta = with lib; {
2020
description = "A command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine";

0 commit comments

Comments
 (0)