Add nix build failure patch
This commit is contained in:
parent
38bbf11d42
commit
b81b17b92a
1 changed files with 22 additions and 0 deletions
22
patches/418720.patch
Normal file
22
patches/418720.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff --git a/pkgs/by-name/tb/tbb_2021/package.nix b/pkgs/by-name/tb/tbb_2021/package.nix
|
||||
index bddbb1a546feef..d20f88c6681a47 100644
|
||||
--- a/pkgs/by-name/tb/tbb_2021/package.nix
|
||||
+++ b/pkgs/by-name/tb/tbb_2021/package.nix
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tbb";
|
||||
- version = "2021.13.0";
|
||||
+ version = "2021.12.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "oneapi-src";
|
||||
repo = "oneTBB";
|
||||
tag = "v${finalAttrs.version}";
|
||||
- hash = "sha256-ZoUzY71SweVQ8/1k09MNSXiEqab6Ae+QTbxORnar9JU=";
|
||||
+ hash = "sha256-yG/Fs+3f9hNKzZ8le+W7+JDZk9hMzPsVAzbq0yTcUTc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
Loading…
Add table
Add a link
Reference in a new issue