Skip to content

Commit 754635e

Browse files
rattler-build: 0.40.0 -> 0.41.0 (#407069)
Co-authored-by: xiaoxiangmoe <[email protected]>
2 parents 060440c + 6f965a4 commit 754635e

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 (finalAttrs: {
1616
pname = "rattler-build";
17-
version = "0.40.0";
17+
version = "0.41.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "prefix-dev";
2121
repo = "rattler-build";
2222
tag = "v${finalAttrs.version}";
23-
hash = "sha256-NwsNCd6ueCtvJp04fJTsfoXtfUlgZou+zwDHrXeUlhk=";
23+
hash = "sha256-6N4YHrwzFTBShitAW7BMjEMzigB37Om5lICb94wEvlQ=";
2424
};
2525

2626
useFetchCargoVendor = true;
27-
cargoHash = "sha256-O0nTxgftGv70c8yv4qEG+fEZEXZ+H6fhUzd/p8CQMQ4=";
27+
cargoHash = "sha256-fslC+e3d2tVFOWag7NZ1mTnjG3iMMezodpNQ+2LVRxU=";
2828

2929
doCheck = false; # test requires network access
3030

0 commit comments

Comments
 (0)