3
0
Fork 0
forked from mirrors/nixpkgs

intecture-agent: upgrade cargo fetcher and cargoSha256 (#81981)

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

View file

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