Merge pull request #307677 from r-ryantm/auto-update/hpmyroom
hpmyroom: 12.9.0.0601 -> 12.13.0.0749
This commit is contained in:
commit
2b7e9d4b33
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user