tbb_2020: 2020.3 -> 2020.3.3

+2 -10
+2 -10
pkgs/by-name/tb/tbb_2020/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "tbb"; 12 - version = "2020.3"; 12 + version = "2020.3.3"; 13 13 14 14 outputs = [ 15 15 "out" ··· 20 20 owner = "oneapi-src"; 21 21 repo = "oneTBB"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-prO2O5hd+Wz5iA0vfrqmyHFr0Ptzk64so5KpSpvuKmU="; 23 + hash = "sha256-pCZpQ+t7dDzuS4vhlfSVLwieI0iSQHukXb8Nk5kMMBo="; 24 24 }; 25 25 26 26 patches = [ ··· 34 34 (fetchpatch { 35 35 url = "https://github.com/openembedded/meta-openembedded/raw/39185eb1d1615e919e3ae14ae63b8ed7d3e5d83f/meta-oe/recipes-support/tbb/tbb/0001-mallinfo-is-glibc-specific-API-mark-it-so.patch"; 36 36 hash = "sha256-xp8J/il855VTFIKCN/bFtf+vif6HzcVl4t4/L9nW/xk="; 37 - }) 38 - 39 - # Fixes build with upcoming gcc-13: 40 - # https://github.com/oneapi-src/oneTBB/pull/833 41 - (fetchpatch { 42 - name = "gcc-13.patch"; 43 - url = "https://github.com/oneapi-src/oneTBB/pull/833/commits/c18342ba667d1f33f5e9a773aa86b091a9694b97.patch"; 44 - hash = "sha256-LWgf7Rm6Zp4TJdvMqnAkoAebbVS+WV2kB+4iY6jRka4="; 45 37 }) 46 38 47 39 # Fixes build for aarch64-darwin