Merge pull request #81232 from bhipple/u/rust-cargo-tensorman

tensorman: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas
2020-02-29 18:16:08 -05:00
committed by GitHub
+1 -4
View File
@@ -12,10 +12,7 @@ rustPlatform.buildRustPackage rec {
}; };
buildInputs = [ pkgconfig openssl ]; buildInputs = [ pkgconfig openssl ];
# Delete this on next update; see #79975 for details cargoSha256 = "0vckay4jhg02xg68mvh7ys0yjj0p30m6wsjriqc8k24wjsrhiw9k";
legacyCargoFetcher = true;
cargoSha256 = "1gh5w6zzrvjk60bqaf355fagijy723rvmqjh4laksd96pmzdfwn9";
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Utility for easy management of Tensorflow containers"; description = "Utility for easy management of Tensorflow containers";