remnote: 1.16.18 -> 1.16.48

This commit is contained in:
John Garcia
2024-06-25 15:57:18 +01:00
parent b339a99996
commit 5f26196d8a
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.18";
version = "1.16.48";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-ps7Rl1oA2QOPvO2XeCY8DrWtCV9WPlX9jbhypz2ZARA=";
hash = "sha256-tECIn43fTr+Enkp63S7INUjOrs8Ni7Nmhxsr/p6kPzo=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in