omnissa-horizon-client: 2506 -> 2512 (#473511)

This commit is contained in:
Gergő Gutyina
2025-12-25 22:56:35 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
configText ? "",
}:
let
version = "2506";
version = "2512";
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/CART26FQ2_LIN_2506_TARBALL/Omnissa-Horizon-Client-Linux-2506-8.16.0-16536624989.tar.gz";
sha256 = "5515e79188e2605ced5a95c3a3829865b567be5d7a8de00a57455f7b5b2ae392";
url = "https://download3.omnissa.com/software/CART26FQ4_LIN_2512_TARBALL/Omnissa-Horizon-Client-Linux-2512-8.17.0-20187591429.tar.gz";
hash = "sha256-dYvP3W/tciqwazuVu4ib9gB98JUJykczd7sPCUih/Ew=";
};
nativeBuildInputs = [ makeWrapper ];
installPhase = ''