Loading pkgs/by-name/on/onetbb/package.nix +2 −14 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "onetbb"; version = "2022.2.0"; version = "2022.3.0"; outputs = [ "out" Loading @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "oneapi-src"; repo = "oneTBB"; tag = "v${finalAttrs.version}"; hash = "sha256-ASQPAGm5e4q7imvTVWlmj5ON4fGEao1L5m2C5wF7EhI="; hash = "sha256-HIHF6KHlEI4rgQ9Epe0+DmNe1y95K9iYa4V/wFnJfEU="; }; patches = [ Loading @@ -39,18 +39,6 @@ stdenv.mkDerivation (finalAttrs: { # # <https://github.com/uxlfoundation/oneTBB/pull/1849> ./fix-libtbbmalloc-dlopen.patch # Only enable fcf-protection on x86 based processors # <https://github.com/uxlfoundation/oneTBB/pull/1768> # <https://github.com/uxlfoundation/oneTBB/pull/1792> (fetchpatch { url = "https://github.com/uxlfoundation/oneTBB/commit/65d46656f56200a7e89168824c4dbe4943421ff9.patch?full_index=1"; hash = "sha256-hhHDuvUsWSqs7AJ5smDYUP1yYZmjV2VISBeKHcFAfG4="; }) (fetchpatch { url = "https://github.com/uxlfoundation/oneTBB/commit/e57411968661ab1205322ba1c84fc1cd90a306c6.patch"; hash = "sha256-PFixW4lYqA5oy4LSwewvxgJbjVKJceRHnp8mgW9zBF0="; }) ]; nativeBuildInputs = [ Loading Loading
pkgs/by-name/on/onetbb/package.nix +2 −14 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "onetbb"; version = "2022.2.0"; version = "2022.3.0"; outputs = [ "out" Loading @@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "oneapi-src"; repo = "oneTBB"; tag = "v${finalAttrs.version}"; hash = "sha256-ASQPAGm5e4q7imvTVWlmj5ON4fGEao1L5m2C5wF7EhI="; hash = "sha256-HIHF6KHlEI4rgQ9Epe0+DmNe1y95K9iYa4V/wFnJfEU="; }; patches = [ Loading @@ -39,18 +39,6 @@ stdenv.mkDerivation (finalAttrs: { # # <https://github.com/uxlfoundation/oneTBB/pull/1849> ./fix-libtbbmalloc-dlopen.patch # Only enable fcf-protection on x86 based processors # <https://github.com/uxlfoundation/oneTBB/pull/1768> # <https://github.com/uxlfoundation/oneTBB/pull/1792> (fetchpatch { url = "https://github.com/uxlfoundation/oneTBB/commit/65d46656f56200a7e89168824c4dbe4943421ff9.patch?full_index=1"; hash = "sha256-hhHDuvUsWSqs7AJ5smDYUP1yYZmjV2VISBeKHcFAfG4="; }) (fetchpatch { url = "https://github.com/uxlfoundation/oneTBB/commit/e57411968661ab1205322ba1c84fc1cd90a306c6.patch"; hash = "sha256-PFixW4lYqA5oy4LSwewvxgJbjVKJceRHnp8mgW9zBF0="; }) ]; nativeBuildInputs = [ Loading