omnissa-horizon-client: 2503 -> 2506 (#437913)

This commit is contained in:
dish
2025-09-01 10:57:57 -04:00
committed by GitHub
@@ -12,7 +12,7 @@
configText ? "",
}:
let
version = "2503";
version = "2506";
sysArch =
if stdenv.hostPlatform.system == "x86_64-linux" then
@@ -39,8 +39,8 @@ let
pname = "omnissa-horizon-files";
inherit version;
src = fetchurl {
url = "https://download3.omnissa.com/software/CART26FQ1_LIN_2503_TARBALL/Omnissa-Horizon-Client-Linux-2503-8.15.0-14256322247.tar.gz";
sha256 = "c7df084d717dc70ce53eadfbe5a9d0daa06931b640702a8355705fbd93e16bb4";
url = "https://download3.omnissa.com/software/CART26FQ2_LIN_2506_TARBALL/Omnissa-Horizon-Client-Linux-2506-8.16.0-16536624989.tar.gz";
sha256 = "5515e79188e2605ced5a95c3a3829865b567be5d7a8de00a57455f7b5b2ae392";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''