tbb: 2019_U8 -> 2019_U9
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
This commit is contained in:
parent
4a5c0e029d
commit
886de2dd23
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
with stdenv.lib; stdenv.mkDerivation rec {
|
||||
pname = "tbb";
|
||||
version = "2019_U8";
|
||||
version = "2019_U9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "01org";
|
||||
repo = "tbb";
|
||||
rev = version;
|
||||
sha256 = "0z0kh1a5g28gckcxlv3x7qqskh5fsl8knf2ypbbvk7z9ln9k3wfq";
|
||||
sha256 = "1a39nflw7b2n51jfp3fdprnkpgzaspzww1dckfvaigflfli9s8rj";
|
||||
};
|
||||
|
||||
makeFlags = concatStringsSep " " (
|
||||
|
|
Loading…
Reference in a new issue