Merge pull request #164018 from r-ryantm/auto-update/rocm-thunk

rocm-thunk: 4.5.2 -> 5.0.2
This commit is contained in:
Bernardo Meurer 2022-03-13 21:03:58 -07:00 committed by GitHub
commit f9115e5fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "rocm-thunk";
version = "4.5.2";
version = "5.0.2";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCT-Thunk-Interface";
rev = "rocm-${version}";
hash = "sha256-s/N1wkAgpxYCK6rIiWH8cGQU5YFGj0q4Dxj9j3yIys8=";
hash = "sha256-hhDLy92jS/akp1Ozun45OEjVbVcjufkRIfC8bqqFjp4=";
};
preConfigure = ''