Commit d581fb17 authored by Milen Radkov's avatar Milen Radkov Committed by tomf
Browse files

session-desktop: 1.11.3 -> 1.11.4

parent 3ef80b04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:

let
  version = "1.11.3";
  version = "1.11.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";
    hash = "sha256-HdgW7Ls0h75BXKXGzzf37K9w4bgkfA9eAUEmBrSDT+U=";
    hash = "sha256-fSa113BYpTZ4jvxroQsoslAkWfQr4/ROkgVOFyiVsKQ=";
  };
  appimage = appimageTools.wrapType2 {
    inherit version pname src;