about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-24 22:13:51 +0200
committerGitHub <noreply@github.com>2023-03-24 22:13:51 +0200
commitc708ca53d3160016a546215d53bbf184adf6d29c (patch)
treedc014759333ed79eebcefc8efd448b6babf0704c /pkgs/applications
parent146a66ecc2541f5f1a41e64bc7d7be1d1c436587 (diff)
parentf47c62c01761f7be6c7c789e6c6f2bf92f4c3b8c (diff)
Merge pull request #222675 from r-ryantm/auto-update/hpmyroom
hpmyroom: 12.1.1.0257 -> 12.9.0.0601
Diffstat (limited to 'pkgs/applications')
-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 5417cc6fda145..1897a283f70d8 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.1.1.0257";
+  version = "12.9.0.0601";
 
   src = fetchurl {
     url = "https://www.myroom.hpe.com/downloadfiles/${pname}-${version}.x86_64.rpm";
-    sha256 = "1xm41v324zq1x5awgb7fr238f7ml7vq6jrfh84358i5shgha1g2k";
+    sha256 = "sha256-1BC4EjCCLAuCIOV+jJn3pfKKW7UJI5tfC+wg0FUgB64=";
   };
 
   nativeBuildInputs = [