Merge pull request #307677 from r-ryantm/auto-update/hpmyroom

hpmyroom: 12.9.0.0601 -> 12.13.0.0749
This commit is contained in:
Weijia Wang 2024-05-05 17:37:52 +02:00 committed by GitHub
commit 2b7e9d4b33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,11 +4,11 @@
}:
mkDerivation rec {
pname = "hpmyroom";
version = "12.9.0.0601";
version = "12.13.0.0749";
src = fetchurl {
url = "https://www.myroom.hpe.com/downloadfiles/${pname}-${version}.x86_64.rpm";
sha256 = "sha256-1BC4EjCCLAuCIOV+jJn3pfKKW7UJI5tfC+wg0FUgB64=";
sha256 = "sha256-Ff3j14rC2ZHhNJLPxvKn9Sxyv351HuHbggclwOuFfX4=";
};
nativeBuildInputs = [
@ -56,5 +56,6 @@ mkDerivation rec {
# TODO: A Darwin binary is available upstream
platforms = [ "x86_64-linux" ];
mainProgram = "hpmyroom";
broken = true; # requires libpng15
};
}