3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192061 from Alexnortung/session-desktop

session-desktop: 1.10.0 -> 1.10.1
This commit is contained in:
Bobby Rong 2022-09-27 14:42:31 +08:00 committed by GitHub
commit 9e4c8aec09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
}:
let
version = "1.10.0";
version = "1.10.1";
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-oqwEXwlxyoYBQpVp9SdV5q+GrM0N9TIfu01HHIm9mUw=";
sha256 = "sha256-DArIq5bxyeHy45ZkE+FIpxBl4P6jiHTCN1lVCuF81O8=";
};
appimage = appimageTools.wrapType2 {
inherit version pname src;