Merge pull request #280008 from 365tuwe/update-tera-cli

tera-cli: 0.2.5 -> 0.3.0
This commit is contained in:
Nick Cao 2024-01-10 11:29:29 -05:00 committed by GitHub
commit 828d9e85d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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