scx.rustscheds: useFetchCargoVendor (#377086)

Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.
This commit is contained in:
Alyssa Ross
2025-01-27 09:48:47 +05:30
committed by GitHub
parent 48919f5674
commit 51169532ba
2 changed files with 2 additions and 1 deletions
@@ -13,6 +13,7 @@ rustPlatform.buildRustPackage {
pname = "scx_rustscheds";
inherit (scx-common) version src;
useFetchCargoVendor = true;
inherit (scx-common.versionInfo.scx) cargoHash;
# Copy compiled headers and libs from scx.cscheds
+1 -1
View File
@@ -2,7 +2,7 @@
"scx": {
"version": "1.0.8",
"hash": "sha256-eXui9fvi8C/HHp8wU7STrDC8b950YZzyhoLoGHXZ6S8=",
"cargoHash": "sha256-ymFO6w4Y/VIKrnf0uF0Sso4OSc1MY2CeEwaXsAL5cgo="
"cargoHash": "sha256-TdwymmaP6rG+Shh/9ByhXIlo+9yZapi9vWN5/5Rd3RY="
},
"bpftool": {
"rev": "183e7010387d1fc9f08051426e9a9fbd5f8d409e",