mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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
This commit is contained in:
parent
798ad38c35
commit
75a006c32e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
with stdenv.lib; stdenv.mkDerivation rec {
|
with stdenv.lib; stdenv.mkDerivation rec {
|
||||||
name = "tbb-${version}";
|
name = "tbb-${version}";
|
||||||
version = "2018_U4";
|
version = "2018_U5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "01org";
|
owner = "01org";
|
||||||
repo = "tbb";
|
repo = "tbb";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "00y7b4x0blkn0cymnrbh6fw7kp4xcdp4bi14rj33sl1lypawa1j6";
|
sha256 = "080df8h2whnly6n9pslpg07dc9vr0p45gqgy9qijpjvxkjwfkdkp";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = concatStringsSep " " (
|
makeFlags = concatStringsSep " " (
|
||||||
|
Loading…
Reference in New Issue
Block a user