vmware-horizon-client 0 -> 1 attrpath: vmware-horizon-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x2i2af51g06mn8lwscszgs4gncr6hd15-packages.json.drv building '/nix/store/x2i2af51g06mn8lwscszgs4gncr6hd15-packages.json.drv'... Going to be running update for following packages: - vmware-horizon-client-2206 Press Enter key to continue... Running update for: - vmware-horizon-client-2206: UPDATING ... - vmware-horizon-client-2206: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix index 3841c4af453..d9fd3f5990a 100644 --- a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix +++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix @@ -9,7 +9,7 @@ , configText ? "" }: let - version = "2206"; + version = "2212"; sysArch = if stdenv.hostPlatform.system == "x86_64-linux" then "x64" @@ -35,8 +35,8 @@ let pname = "vmware-horizon-files"; inherit version; src = fetchurl { - url = "https://download3.vmware.com/software/CART23FQ2_LIN_2206_TARBALL/VMware-Horizon-Client-Linux-2206-8.6.0-20094634.tar.gz"; - sha256 = "9819eae5708bf0d71156b81283e3a70100e2e22de9db827a8956ca8e83b2414a"; + url = "https://download3.vmware.com/software/CART23FQ4_LIN_2212_TARBALL/VMware-Horizon-Client-Linux-2212-8.8.0-21079016.tar.gz"; + sha256 = "7a82c20c56d73cfeb27a1794d650aa6e0c8b9903d3578c0cccbc86b487568371"; }; nativeBuildInputs = [ makeWrapper ]; installPhase = '' An auto update branch exists with message `vmware-horizon-client: 2206 ->`. New version is 2212. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - vmware-horizon-client: 2206 -> URL "https://api.github.com/repos/NixOS/nixpkgs/issues/210486"