mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nh-unwrapped: 4.3.2 -> 4.4.0
This commit is contained in:
parent
c46dc20afa
commit
7a4c51d7be
1 changed files with 3 additions and 3 deletions
|
|
@ -11,12 +11,12 @@
|
|||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "nh-unwrapped";
|
||||
version = "4.3.2";
|
||||
version = "4.4.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "nh";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-TSXa6nL2TpOfDCsZIGCFAMbkQy2Z40gam7JrxBy5FGY=";
|
||||
hash = "sha256-ebAi5ODaNRfhKISPPchWoI6FZNO2v+lEyvua7e5OOZo=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
@ -100,7 +100,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
rm $out/bin/xtask
|
||||
'';
|
||||
|
||||
cargoHash = "sha256-ZR8vvG2mXrGg6GeyP7C0uWhPW6cp2QPYj2cOJUSyeAs=";
|
||||
cargoHash = "sha256-dRSueVz0BeWwYpMBO1KUUeRoa/CdCWsKPRw0Zeulfe8=";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue