about summary refs log tree commit diff
path: root/pkgs/applications/networking/hpmyroom/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-05-05 18:00:54 +0000
committerGitHub <noreply@github.com>2024-05-05 18:00:54 +0000
commit041bd1cdf731ef363170780cc202153e139180d2 (patch)
treebc4e927eb10543fdf48003086d895f83eb4c5ce4 /pkgs/applications/networking/hpmyroom/default.nix
parent93947b281226d5d89a39073b10caaf6c906070aa (diff)
parent8a50cbb3a551b9c461df11d2196f63e79eff529d (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/networking/hpmyroom/default.nix')
-rw-r--r--pkgs/applications/networking/hpmyroom/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/networking/hpmyroom/default.nix b/pkgs/applications/networking/hpmyroom/default.nix
index a177256432d30..78fdb5077818e 100644
--- a/pkgs/applications/networking/hpmyroom/default.nix
+++ b/pkgs/applications/networking/hpmyroom/default.nix
@@ -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
   };
 }