session-desktop: 1.10.4 -> 1.10.8

This commit is contained in:
Alexander Nortung 2023-04-13 19:28:14 +02:00
parent a187151e27
commit f1837a0faa

View file

@ -8,12 +8,12 @@
}:
let
version = "1.10.4";
version = "1.10.8";
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-pSVTfZvjqWVgx3FAbIJO6e26GHZbhZBppxEptEuozQo=";
sha256 = "sha256-r/MQlZ3dmQmQZ/FCYIIF2sh9+VXwG97PFfTIXIQijx8=";
};
appimage = appimageTools.wrapType2 {
inherit version pname src;