Skip to content

Commit defe2d3

Browse files
rattler-build: 0.35.9 -> 0.36.0 (#384306)
Co-authored-by: xiaoxiangmoe <[email protected]>
2 parents e2cc290 + 1b2cf95 commit defe2d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ra/rattler-build/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
rustPlatform.buildRustPackage rec {
1616
pname = "rattler-build";
17-
version = "0.35.9";
17+
version = "0.36.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "prefix-dev";
2121
repo = "rattler-build";
2222
tag = "v${version}";
23-
hash = "sha256-gm/ajlSp7nhrYTslZ8SrcOjtnAWvDeLF/zmgPvwdJPE=";
23+
hash = "sha256-q45VS5xGRmDoxYOOO8xt8iJg6zirriekXFjNAkPiqIo=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-hjPut3r3v/LwOUaJTAGdXQ3j4ojpFbDKjPFZJulEl3o=";
27+
cargoHash = "sha256-/Hfkb1teM/CYWizK1/1gIELuaUyTXWZS3YrQWuJzuqQ=";
2828

2929
doCheck = false; # test requires network access
3030

0 commit comments

Comments
 (0)