Unverified Commit e124478d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

session-desktop: 1.12.5 -> 1.13.2 (#340677)

parents eb9e9a07 9a2b57d1
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
}:

let
  version = "1.12.5";
  version = "1.13.2";
  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-5lE2jab9AK40j2rKYE8zFJr3a+drwCKnVmIZoihhJv8=";
    hash = "sha256-71v6CvlKa4m1LPG07eGhPqkpK60X4VrafCQyfjQR3rs=";
  };
  appimage = appimageTools.wrapType2 { inherit version pname src; };
  appimage-contents = appimageTools.extractType2 { inherit version pname src; };
@@ -58,7 +58,10 @@ stdenvNoCC.mkDerivation {
    mainProgram = "session-desktop";
    homepage = "https://getsession.org/";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ alexnortung ];
    maintainers = with maintainers; [
      alexnortung
      cyewashish
    ];
    platforms = [ "x86_64-linux" ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
  };