tera-cli: 0.5.0 -> 0.5.1 (#530595)

This commit is contained in:
Nick Cao
2026-06-11 20:39:03 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tera-cli";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "chevdor";
repo = "tera-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-TN3zkxZC0Y9lev2wmvzwyLU+t4rNwut/dQILIA7+qbw=";
hash = "sha256-//uF959hXiEL+jIGmQ5OnjYT4Z2jyzflxxIoF+hLnlk=";
};
cargoHash = "sha256-+qf/MlifpVXzDpADJoTqxU40wDntcPu+bW7eq6/iubk=";
cargoHash = "sha256-6NzX8dODW106AjTneDSsZWRoPYvNrv5tUCGUanod+Bo=";
passthru.updateScript = nix-update-script { };