rattler-build: 0.35.6 -> 0.35.9

This commit is contained in:
ZHAO Jin-Xiang
2025-02-02 13:31:54 +08:00
parent c1f95f1841
commit 016ec7e448
+3 -3
View File
@@ -14,17 +14,17 @@
rustPlatform.buildRustPackage rec {
pname = "rattler-build";
version = "0.35.6";
version = "0.35.9";
src = fetchFromGitHub {
owner = "prefix-dev";
repo = "rattler-build";
tag = "v${version}";
hash = "sha256-aCOHvJVGAxk0Lnpm772yLAuOmqgXE4RQB6s5YgmPOTw=";
hash = "sha256-gm/ajlSp7nhrYTslZ8SrcOjtnAWvDeLF/zmgPvwdJPE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-wldCQ2VD7jGir2shN1mjGdWU/04ZdAtHEmDPnDwdgCc=";
cargoHash = "sha256-hjPut3r3v/LwOUaJTAGdXQ3j4ojpFbDKjPFZJulEl3o=";
doCheck = false; # test requires network access