Unverified Commit 1a813fb9 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #255067 from andersk/zulip

zulip: 5.10.0 → 5.10.2
parents b42066b0 4c522859
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

let
  pname = "zulip";
  version = "5.10.0";
  version = "5.10.2";

  src = fetchurl {
    url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
    hash = "sha256-rfFEhoykCStFCyBasQV6Cpb5ey+wvQLMXloIR0A1z7g=";
    hash = "sha256-lz9PiikIEgGWW1N5KeNJmtIRB+0zFjWsR92PY1r0+NU=";
    name="${pname}-${version}.AppImage";
  };

@@ -20,6 +20,8 @@ let
in appimageTools.wrapType2 {
  inherit pname version src;

  runScript = "appimage-exec.sh -w ${appimageContents} -- \${NIXOS_OZONE_WL:+\${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}";

  extraInstallCommands = ''
    mv "$out/bin/${pname}-${version}" "$out/bin/${pname}"
    install -m 444 -D ${appimageContents}/zulip.desktop $out/share/applications/zulip.desktop