Skip to content

Commit

Permalink
Merge pull request NixOS#254952 from jacekpoz/session-desktop
Browse files Browse the repository at this point in the history
session-desktop: 1.11.0 -> 1.11.3
  • Loading branch information
drupol authored Sep 20, 2023
2 parents db53051 + 1c1327a commit 25dbfb5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
}:

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

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

0 comments on commit 25dbfb5

Please sign in to comment.