tera-cli: 0.4.0 -> 0.5.0
This commit is contained in:
parent
d0880ff0af
commit
a902b13ea0
@ -5,17 +5,17 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tera-cli";
|
pname = "tera-cli";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chevdor";
|
owner = "chevdor";
|
||||||
repo = "tera-cli";
|
repo = "tera-cli";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-mYFvqzSnTljzRbb9W4/hY7fOO35UF31P5M49JkM58R8=";
|
hash = "sha256-TN3zkxZC0Y9lev2wmvzwyLU+t4rNwut/dQILIA7+qbw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-7UKdnq5xmkO95Sf9YR3LqS2RoUYGbvWqRYUXNQXfkf0=";
|
cargoHash = "sha256-+qf/MlifpVXzDpADJoTqxU40wDntcPu+bW7eq6/iubk=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine";
|
description = "Command line utility to render templates from json|toml|yaml and ENV, using the tera templating engine";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user