Commit 9ef2bc11 authored by Alyssa Ross's avatar Alyssa Ross
Browse files

zluda: remove redundant cargoHash

Only one of cargoHash and cargoLock needs to be specified.  cargoLock
takes precedence over cargoHash, so removing this should be a
non-functional change, despite the rebuild.
parent f2a5463b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ rustPlatform.buildRustPackage rec {
    clang
  ];

  cargoHash = "sha256-gZdLThmaeWVJXoeG7fuusfacgH2RNTHrqm8W0kqkqOY=";
  cargoLock.lockFile = ./Cargo.lock;

  # xtask doesn't support passing --target, but nix hooks expect the folder structure from when it's set