about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 07:47:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 07:47:05 +0000
commit8a3bc6a8d4490aa336c804959c6c37838d7e41b3 (patch)
treebda693842d0746947cd3d3fa46f1183c85dfd1a5
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
hpmyroom: 12.9.0.0601 -> 12.13.0.0749
-rw-r--r--pkgs/applications/networking/hpmyroom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/hpmyroom/default.nix b/pkgs/applications/networking/hpmyroom/default.nix
index a177256432d30..0527715719ba2 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 = [