Skip to content

Commit

Permalink
Merge pull request NixOS#317538 from NixOS/backport-317449-to-release…
Browse files Browse the repository at this point in the history
…-24.05

[Backport release-24.05] tera-cli: 0.3.0 -> 0.4.0
  • Loading branch information
NickCao authored Jun 6, 2024
2 parents c532fb1 + 45b72ca commit 9b5328b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/tera-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9b5328b

Please sign in to comment.