rocm-runtime: 5.0.1 -> 5.1.0

This commit is contained in:
R. Ryantm 2022-03-31 12:05:18 +00:00
parent 0e671e2b2b
commit abf11f01be

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "rocm-runtime";
version = "5.0.1";
version = "5.1.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCR-Runtime";
rev = "rocm-${version}";
hash = "sha256-KOzVZNHtpwEOn7lZ36c4BGrImrq8dkUWRiHqGm+UTDk=";
hash = "sha256-MGm7YmnoFNk7VsxsbsUgSD9Y5r1OBm6Ycg3wXNme8EI=";
};
sourceRoot = "source/src";