Skip to content

Commit

Permalink
session-desktop: 1.11.3 -> 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mradkov authored and tomfitzhenry committed Nov 18, 2023
1 parent 3ef80b0 commit d581fb1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,12 +8,12 @@
}:

let
version = "1.11.3";
version = "1.11.4";
pname = "session-desktop";

src = fetchurl {
url = "https://github.com/oxen-io/session-desktop/releases/download/v${version}/session-desktop-linux-x86_64-${version}.AppImage";
hash = "sha256-HdgW7Ls0h75BXKXGzzf37K9w4bgkfA9eAUEmBrSDT+U=";
hash = "sha256-fSa113BYpTZ4jvxroQsoslAkWfQr4/ROkgVOFyiVsKQ=";
};
appimage = appimageTools.wrapType2 {
inherit version pname src;
Expand Down

0 comments on commit d581fb1

Please sign in to comment.