Unverified Commit 11019913 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

citrix-workspace: 24.11.0.85 -> 25.03.0.66 (#406193)

parents cc29a036 55ded0b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@
  libjson,
  libsecret,
  libcanberra-gtk3,
  sane-backends,

  homepage,
  version,
@@ -173,6 +174,7 @@ stdenv.mkDerivation rec {
    xorg.libXScrnSaver
    xorg.libXtst
    zlib
    sane-backends
  ];

  runtimeDependencies = [
+10 −0
Original line number Diff line number Diff line
@@ -93,6 +93,16 @@ let
      x86suffix = "";
      homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
    };
    "25.03.0" = {
      major = "25";
      minor = "03";
      patch = "0";
      x64hash = "052zibykhig9091xl76z2x9vn4f74w5q8i9frlpc473pvfplsczk";
      x86hash = "";
      x64suffix = "66";
      x86suffix = "";
      homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html";
    };

  };

+2 −1
Original line number Diff line number Diff line
@@ -2556,8 +2556,9 @@ with pkgs;
    citrix_workspace_24_05_0
    citrix_workspace_24_08_0
    citrix_workspace_24_11_0
    citrix_workspace_25_03_0
    ;
  citrix_workspace = citrix_workspace_24_11_0;
  citrix_workspace = citrix_workspace_25_03_0;
  cmst = libsForQt5.callPackage ../tools/networking/cmst { };