diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2022-01-26 22:30:01 -0500 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-01-27 09:59:46 +0000 |
| commit | be94395dc096390c0b9beee1130485bab01b786e (patch) | |
| tree | b8c040d9fd8976152ba83e22ff9af3c8e1e52166 | |
| parent | Merge pull request #156968 from NixOS/backport-156880-to-release-21.11 (diff) | |
| download | nixpkgs-be94395dc096390c0b9beee1130485bab01b786e.tar.gz | |
tbb: fix pcTemplate url
(cherry picked from commit 55888a24cfd6dff0241b09c46bad6df9890f5f53)
| -rw-r--r-- | pkgs/development/libraries/tbb/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/tbb/default.nix b/pkgs/development/libraries/tbb/default.nix index 7aef5ba74768..7913f05354d4 100644 --- a/pkgs/development/libraries/tbb/default.nix +++ b/pkgs/development/libraries/tbb/default.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { postInstall = let pcTemplate = fetchurl { - url = "https://github.com/oneapi-src/oneTBB/raw/master/integration/pkg-config/tbb.pc.in"; + url = "https://github.com/oneapi-src/oneTBB/raw/478de5b1887c928e52f029d706af6ea640a877be/integration/pkg-config/tbb.pc.in"; sha256 = "2pCad9txSpNbzac0vp/VY3x7HNySaYkbH3Rx8LK53pI="; }; in '' |
