3
0
Fork 0
forked from mirrors/nixpkgs

rocm-device-libs: 4.1.0 -> 4.3.1

This commit is contained in:
Bernardo Meurer 2021-09-02 12:31:48 -07:00
parent 4fa55823c3
commit 416576036e
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "rocm-device-libs";
version = "4.1.0";
version = "4.3.1";
src = fetchFromGitHub {
owner = "RadeonOpenCompute";
repo = "ROCm-Device-Libs";
rev = "rocm-${version}";
hash = "sha256-9p6PIXdHFIgHgNWZzqVz5O9i2Np0z/iyxodG2cLrpGs=";
hash = "sha256-fPD9vevO2UDaFaclSI0CC/lRfM5WemWmxP1K5ajXHbk=";
};
nativeBuildInputs = [ cmake ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Set of AMD-specific device-side language runtime libraries";
homepage = "https://github.com/RadeonOpenCompute/ROCm-Device-Libs";
license = licenses.ncsa;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ lovesegfault ];
platforms = platforms.linux;
};
}