summary refs log tree commit diff
path: root/pkgs/development/libraries/tbb
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-23 09:46:51 -0700
committerAustin Seipp <aseipp@pobox.com>2018-06-23 14:49:14 -0500
commit75a006c32e76c147cd85969b28a173beacf788ec (patch)
tree92dbb2e84938c6225a4322b2001027b09827690f /pkgs/development/libraries/tbb
parent798ad38c35cabd845241d120553b9cdf2c150b41 (diff)
downloadnixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar.gz
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar.bz2
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar.lz
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar.xz
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.tar.zst
nixpkgs-75a006c32e76c147cd85969b28a173beacf788ec.zip
tbb: 2018_U4 -> 2018_U5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/tbb/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 2018_U5 with grep in /nix/store/xhqkrh6rrs3ji21v1rdicm3f50j1ildx-tbb-2018_U5
- directory tree listing: https://gist.github.com/cfe37285702751a390a4ccdcf83b000e
- du listing: https://gist.github.com/ef220dc185b398311333a7d43930787a
Diffstat (limited to 'pkgs/development/libraries/tbb')
-rw-r--r--pkgs/development/libraries/tbb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/tbb/default.nix b/pkgs/development/libraries/tbb/default.nix
index b9fba467457..a7b7f5243fb 100644
--- a/pkgs/development/libraries/tbb/default.nix
+++ b/pkgs/development/libraries/tbb/default.nix
@@ -2,13 +2,13 @@
 
 with stdenv.lib; stdenv.mkDerivation rec {
   name = "tbb-${version}";
-  version = "2018_U4";
+  version = "2018_U5";
 
   src = fetchFromGitHub {
     owner = "01org";
     repo = "tbb";
     rev = version;
-    sha256 = "00y7b4x0blkn0cymnrbh6fw7kp4xcdp4bi14rj33sl1lypawa1j6";
+    sha256 = "080df8h2whnly6n9pslpg07dc9vr0p45gqgy9qijpjvxkjwfkdkp";
   };
 
   makeFlags = concatStringsSep " " (