tbb: fix pcTemplate url

This commit is contained in:
Dmitry Kalinkin 2022-01-26 22:30:01 -05:00
parent cdc93e847d
commit 55888a24cf
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -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 ''