Skip to content

Commit 9ef2bc1

Browse files
committed
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.
1 parent f2a5463 commit 9ef2bc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/by-name/zl/zluda/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ rustPlatform.buildRustPackage rec {
4949
clang
5050
];
5151

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

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

0 commit comments

Comments
 (0)