Unverified Commit 51169532 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

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.
parent 48919f56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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",