summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-13 20:57:10 -0700
committerAustin Seipp <aseipp@pobox.com>2018-06-14 11:44:25 -0500
commit91ca88b3e6b4d57640c213e755077b2d93d0a8bd (patch)
treed209187ace0dd825542b0357b20b6b1238aaaa2c
parent4c7aae7026503f076288bd6282cf61b6a19fd274 (diff)
downloadnixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar.gz
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar.bz2
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar.lz
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar.xz
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.tar.zst
nixlib-91ca88b3e6b4d57640c213e755077b2d93d0a8bd.zip
tbb: 2018_U3 -> 2018_U4
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_U4 with grep in /nix/store/bi7ml1lf51x1pvf8c9q9sg1vgyr93i10-tbb-2018_U4
- directory tree listing: https://gist.github.com/0b2f954042266f19cb4e819607e57c03
- du listing: https://gist.github.com/f115812285d438e3dc88112762777976
-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 59765adf7a87..b9fba467457e 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_U3";
+  version = "2018_U4";
 
   src = fetchFromGitHub {
     owner = "01org";
     repo = "tbb";
     rev = version;
-    sha256 = "137hb03ms93v4svjq038z6clfh41y8iq7wcif8n92xz2wzaap006";
+    sha256 = "00y7b4x0blkn0cymnrbh6fw7kp4xcdp4bi14rj33sl1lypawa1j6";
   };
 
   makeFlags = concatStringsSep " " (