Merge pull request #190948 from Alexnortung/session-desktop

session-desktop: 1.9.1 -> 1.10.0
This commit is contained in:
Bobby Rong 2022-09-15 20:20:21 +08:00 committed by GitHub
commit fdf275af5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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