diff options
| author | Anders Kaseorg <andersk@mit.edu> | 2024-08-23 17:15:22 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-09-03 19:23:36 +0000 |
| commit | 5379bd6026d95db357a525b8776b65ad9485cb12 (patch) | |
| tree | e71183c3b0ca498468800b5b4aa5c2de2f7a2310 | |
| parent | [Backport release-24.05] matrix-synapse-unwrapped: 1.113.0 -> 1.114.0 (#339128) (diff) | |
| download | nixpkgs-origin/backport-336895-to-release-24.05.tar.gz | |
zulip: 5.11.0 → 5.11.1origin/backport-336895-to-release-24.05
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 05440aa73b5add33e2871a63269d42fe2a43b09d)
| -rw-r--r-- | pkgs/applications/networking/instant-messengers/zulip/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/zulip/default.nix b/pkgs/applications/networking/instant-messengers/zulip/default.nix index f7bb1ea099ca..850883cbe289 100644 --- a/pkgs/applications/networking/instant-messengers/zulip/default.nix +++ b/pkgs/applications/networking/instant-messengers/zulip/default.nix @@ -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; { |
