intecture-auth: upgrade cargo fetcher and cargoSha256 (#81979)

This commit is contained in:
Benjamin Hipple 2020-03-08 19:16:56 -04:00 committed by GitHub
parent 508a2c6849
commit e9d492a896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,7 @@ buildRustPackage rec {
sha256 = "0c7ar3pc7n59lzfy74lwz51p09s2bglc870rfr4c0vmc91jl0pj2";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "1rnhhb4mpf1j7c7a2pz4741hzbf2s2wb0bm25j049n64j49j3jq8";
cargoSha256 = "17k4a3jd7n2fkalx7vvgah62pj77n536jvm17d60sj0yz2fxx799";
buildInputs = [ openssl zeromq czmq zlib ];