Skip to content

Commit 45b72ca

Browse files
365tuwegithub-actions[bot]
authored andcommitted
tera-cli: 0.3.0 -> 0.4.0
(cherry picked from commit cea1ab7)
1 parent 812a26a commit 45b72ca

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)