session-desktop: 1.10.3 -> 1.10.4

This commit is contained in:
Alexander Nortung 2023-01-22 16:24:13 +01:00
parent c7cbc4c991
commit 31f09f7643

View file

@ -8,12 +8,12 @@
}:
let
version = "1.10.3";
version = "1.10.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";
sha256 = "sha256-I9YyzfI8EqH8LZe5E5BnD9lGPAdQo++l3yRClfN7+pY=";
sha256 = "sha256-pSVTfZvjqWVgx3FAbIJO6e26GHZbhZBppxEptEuozQo=";
};
appimage = appimageTools.wrapType2 {
inherit version pname src;