rust-cbindgen: fix cargoSha256

this got broken in a6643de25d
cc @andir
This commit is contained in:
Jörg Thalheim 2019-05-02 08:24:01 +01:00
parent 7eb0b027f2
commit 523cccf073
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "08zlnk1k1nddjciccfdcplxqngsnz6ml3zxm57mijabzybry8zz1";
};
cargoSha256 = "00j5nm491zil6kpjns31qyd6z7iqd77b5qp4h7149s70qjwfq2cb";
cargoSha256 = "1nig4891p7ii4z4f4j4d4pxx39f501g7yrsygqbpkr1nrgjip547";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;