rocminfo: 5.1.1 → 5.3.0

This commit is contained in:
Sebastian Neubauer 2022-10-05 10:37:38 +00:00
parent 692bc4c549
commit 4ee2665a6d

View file

@ -7,13 +7,13 @@
# compilers to determine the desired target. # compilers to determine the desired target.
, defaultTargets ? []}: , defaultTargets ? []}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "5.1.1"; version = "5.3.0";
pname = "rocminfo"; pname = "rocminfo";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RadeonOpenCompute"; owner = "RadeonOpenCompute";
repo = "rocminfo"; repo = "rocminfo";
rev = "rocm-${version}"; rev = "rocm-${version}";
sha256 = "sha256-x+QJJtUvgtNS4116tJFWdJOUS8yV4o10mbTAUuxerkE="; sha256 = "sha256-4wZTm5AZgG8xEd6uYqxWq4bWZgcSYZ2WYA1z4RAPF8U=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
description = "ROCm Application for Reporting System Info"; description = "ROCm Application for Reporting System Info";
homepage = "https://github.com/RadeonOpenCompute/rocminfo"; homepage = "https://github.com/RadeonOpenCompute/rocminfo";
license = licenses.ncsa; license = licenses.ncsa;
maintainers = with maintainers; [ lovesegfault ]; maintainers = with maintainers; [ lovesegfault Flakebi ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }