3
0
Fork 0
forked from mirrors/nixpkgs

hyperfine: upgrade cargo fetcher and cargoSha256

Infra upgrade as part of #79975; no functional change expected.
This commit is contained in:
Benjamin Hipple 2020-02-15 17:51:28 -05:00 committed by Jon
parent 2b8e19245f
commit c05d5fc478

View file

@ -13,10 +13,7 @@ rustPlatform.buildRustPackage rec {
sha256 = "0jx2lqhayp14c51dfvgmqrmmadyvxf0p4dsn770ndqpzv66rh6zb";
};
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "0sqmqfig40ragjx3jvwrng6hqz8l1zbmxzq470lk66x0gy4gziag";
cargoSha256 = "0n0hizldhr026mrzzz1wlw4g0b1z6ybxarybq3fzchs722iqpsis";
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;