just: 0.50.0 -> 0.51.0 (#518640)

This commit is contained in:
Pol Dellaiera
2026-05-11 13:20:51 +00:00
committed by GitHub
+5 -3
View File
@@ -17,7 +17,7 @@
withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
}:
let
version = "1.50.0";
version = "1.51.0";
in
rustPlatform.buildRustPackage {
inherit version;
@@ -30,14 +30,16 @@ rustPlatform.buildRustPackage {
]
++ lib.optionals withDocumentation [ "doc" ];
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "casey";
repo = "just";
tag = version;
hash = "sha256-2hq7lgjL4XbcaaWxuDfqU0UcC4DRYKL6WFjdnb5AmjY=";
hash = "sha256-urD9R/qn7rwtzaVP65angk7z4bwxlP3w5G5Aa5tVmuw=";
};
cargoHash = "sha256-tKeVE5BpDvElnpN/CO6lOqDUwhWD1dGm7k51Z3wAviE=";
cargoHash = "sha256-war9yybsyfsm/wNlY+/fiN8pxxQwNLMogqe5u+jHNaw=";
nativeBuildInputs =
lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]