Skip to content

Commit

Permalink
Merge pull request #307677 from r-ryantm/auto-update/hpmyroom
Browse files Browse the repository at this point in the history
hpmyroom: 12.9.0.0601 -> 12.13.0.0749
  • Loading branch information
wegank committed May 5, 2024
2 parents 9fe9acb + be7423e commit 2b7e9d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/hpmyroom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -56,5 +56,6 @@ mkDerivation rec {
# TODO: A Darwin binary is available upstream
platforms = [ "x86_64-linux" ];
mainProgram = "hpmyroom";
broken = true; # requires libpng15
};
}

0 comments on commit 2b7e9d4

Please sign in to comment.