update to the correct cargoSha256

This commit is contained in:
Brian Hicks 2022-08-12 15:18:13 -05:00
parent 008397b5ed
commit 2c689298a8
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
src = pkgs.nix-gitignore.gitignoreSource [] ./.;
cargoSha256 = "sha256-Pd84GGtW1ecrP03uiCVcybIUtWCSDGfLl+fbbdmFyiE=";
cargoSha256 = "sha256-treL2sWPcZ1NBwdab3FOb2FI2wT/Vt9tD4XRfJ8rYWA=";
LLVM_SYS_130_PREFIX = "${llvmPkgs.llvm.dev}";