3
0
Fork 0
forked from mirrors/nixpkgs

rocm-runtime: 5.1.1 → 5.2.0

This commit is contained in:
Sebastian Neubauer 2022-07-14 11:57:59 +00:00
parent 2d7cec86d1
commit 5296e4c139

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "rocm-runtime";
version = "5.1.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCR-Runtime";
rev = "rocm-${version}";
hash = "sha256-IP5ylfUXOFkw9+Frfh+tNaZ83ozAbOK9kO2AzFVzzWk=";
hash = "sha256-TY0YPgNzxBLXAj7fncLQ01cSJyydveOLHrimCmLS32o=";
};
sourceRoot = "source/src";