Commit 96452a3d authored by John Garcia's avatar John Garcia Committed by github-actions[bot]
Browse files

remnote: 1.16.4 -> 1.16.18

(cherry picked from commit 8577edcc)
parent ba34f4e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
}:
let
  pname = "remnote";
  version = "1.16.4";
  version = "1.16.18";
  src = fetchurl {
    url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
    hash = "sha256-dgbQ0cbPq7BSQ9VwwH6+GoAxb85HDxRixfjeDJBtOrg=";
    url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
    hash = "sha256-ps7Rl1oA2QOPvO2XeCY8DrWtCV9WPlX9jbhypz2ZARA=";
  };
  appimageContents = appimageTools.extractType2 { inherit pname version src; };
in