about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2019-07-25 16:00:22 +0300
committerNikolay Amiantov <ab@fmap.me>2019-07-31 13:28:44 +0300
commit19cdfe87f912a3491755dc65493542011325d311 (patch)
treee114688ef69590dc313074b164d6e5c981accdf6 /pkgs/development/python-modules
parentd30ec1a0efce74768979ce253bfe3922d85e3503 (diff)
downloadnixlib-19cdfe87f912a3491755dc65493542011325d311.tar
nixlib-19cdfe87f912a3491755dc65493542011325d311.tar.gz
nixlib-19cdfe87f912a3491755dc65493542011325d311.tar.bz2
nixlib-19cdfe87f912a3491755dc65493542011325d311.tar.lz
nixlib-19cdfe87f912a3491755dc65493542011325d311.tar.xz
nixlib-19cdfe87f912a3491755dc65493542011325d311.tar.zst
nixlib-19cdfe87f912a3491755dc65493542011325d311.zip
python.pkgs.tensorflow: update dependencies hash
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/tensorflow/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tensorflow/default.nix b/pkgs/development/python-modules/tensorflow/default.nix
index a645e6d7909e..43134fb746d8 100644
--- a/pkgs/development/python-modules/tensorflow/default.nix
+++ b/pkgs/development/python-modules/tensorflow/default.nix
@@ -267,9 +267,9 @@ let
 
       # cudaSupport causes fetch of ncclArchive, resulting in different hashes
       sha256 = if cudaSupport then
-        "07p6f3rbdw7y2ky5wrldjcvzdzhcynlmmydwb7cz12iphazhmipy"
+        "1rbzvir569ch33bpvm47byx954vr80rjnzrbgs4rg3bqww73hr3k"
       else
-        "1d67h0n461cyfimzlsj6bv9p95iv9jhglr0izdc6y0n6w09z8pw0";
+        "1wnhma450zh72raiq7ddd9lyq3a056cjqiy6i7y4sidiy09ncvcg";
     };
 
     buildAttrs = {