Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 3m48s
Cachix / build (kholinar) (push) Successful in 7m52s
Cachix / build (marabethia) (push) Successful in 6m38s

This commit is contained in:
Charlotte Van Petegem 2025-06-25 16:44:12 +02:00
parent b706026487
commit 1362635d1d
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
2 changed files with 19 additions and 41 deletions

View file

@ -1,22 +0,0 @@
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 = [