summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-12-11 07:36:36 +0100
committerDaniël de Kok <me@danieldk.eu>2020-12-11 07:36:36 +0100
commit0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f (patch)
treed3506ad3037faea84e09f2b12faf4bb4c11cae4f
parent0f41c841e8a6a32e652d2bce22619424492d00e5 (diff)
downloadnixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar.gz
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar.bz2
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar.lz
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar.xz
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.tar.zst
nixpkgs-0be441df8b25bcc18f36af13aa9dc6b8cc9c8f4f.zip
libtorch-bin: 1.7.0 -> 1.7.1
Changelog:
https://github.com/pytorch/pytorch/releases/tag/v1.7.1
-rw-r--r--pkgs/development/libraries/science/math/libtorch/bin.nix2
-rw-r--r--pkgs/development/libraries/science/math/libtorch/binary-hashes.nix6
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/science/math/libtorch/bin.nix b/pkgs/development/libraries/science/math/libtorch/bin.nix
index 7c78f61af69..fba8bcb9367 100644
--- a/pkgs/development/libraries/science/math/libtorch/bin.nix
+++ b/pkgs/development/libraries/science/math/libtorch/bin.nix
@@ -12,7 +12,7 @@
 }:
 
 let
-  version = "1.7.0";
+  version = "1.7.1";
   device = if cudaSupport then "cuda" else "cpu";
   srcs = import ./binary-hashes.nix version;
   unavailable = throw "libtorch is not available for this platform";
diff --git a/pkgs/development/libraries/science/math/libtorch/binary-hashes.nix b/pkgs/development/libraries/science/math/libtorch/binary-hashes.nix
index 6048fe8676b..7f815a31a51 100644
--- a/pkgs/development/libraries/science/math/libtorch/binary-hashes.nix
+++ b/pkgs/development/libraries/science/math/libtorch/binary-hashes.nix
@@ -1,14 +1,14 @@
 version: {
   x86_64-darwin-cpu = {
     url = "https://download.pytorch.org/libtorch/cpu/libtorch-macos-${version}.zip";
-    sha256 = "1912lklil0i7i10j1fm4qzcq96cc8c281l9fn5gfbwa2wwry0r59";
+    sha256 = "0n93r7bq6wjjxkczp8r5pjm1nvl75wns5higsvh7gsir0j6k7b5b";
   };
   x86_64-linux-cpu = {
     url = "https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-${version}%2Bcpu.zip";
-    sha256 = "0jdd7bjcy20xz2gfv8f61zdrbzxz5425bnqaaqgrwpzvd45ay8px";
+    sha256 = "0gpcj90nxyc69p53jiqwamd4gi7wzssk29csxfsyxsrzg3h36s7z";
   };
   x86_64-linux-cuda = {
     url = "https://download.pytorch.org/libtorch/cu102/libtorch-cxx11-abi-shared-with-deps-${version}.zip";
-    sha256 = "1ag6lvf3a400ivqq4g9cxpmxzlfrga0y5ssjy0rfpw6i1xljibn6";
+    sha256 = "01z61ryrflq306x7ay97k2fqc2q2z9c4c1zcnjfzr6412vg4fjb8";
   };
 }