Commit 05440aa7 authored by Anders Kaseorg's avatar Anders Kaseorg
Browse files

zulip: 5.11.0 → 5.11.1



Signed-off-by: default avatarAnders Kaseorg <andersk@mit.edu>
parent c374d94f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

let
  pname = "zulip";
  version = "5.11.0";
  version = "5.11.1";

  src = fetchurl {
    url = "https://github.com/zulip/zulip-desktop/releases/download/v${version}/Zulip-${version}-x86_64.AppImage";
    hash = "sha256-snxeMgcLFMYDEsog7Xqeybw8GkU4kPqHMds1174bPd0=";
    hash = "sha256-t5qBm5+kTdeRMvcHpNbS5mp184UG/IqgJrtj7Ntcbb0=";
    name="${pname}-${version}.AppImage";
  };

@@ -27,7 +27,7 @@ in appimageTools.wrapType2 {
    install -m 444 -D ${appimageContents}/usr/share/icons/hicolor/512x512/apps/zulip.png \
      $out/share/icons/hicolor/512x512/apps/zulip.png
    substituteInPlace $out/share/applications/zulip.desktop \
      --replace 'Exec=AppRun' 'Exec=${pname}'
      --replace-fail 'Exec=AppRun' 'Exec=${pname}'
  '';

  meta = with lib; {