remnote: 1.20.8 -> 1.20.18

This commit is contained in:
R. Ryantm
2025-09-23 11:08:52 +00:00
parent 1d845b2188
commit 8b61448ae4
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.20.8";
version = "1.20.18";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-P2fUPYn/ZMBOGZKytrMPPKh4KLbGhQ1jR+dLG5JNfVo=";
hash = "sha256-GxME5+Un6bYoMg9tkcdF3r5kTCdifdWmWtQrihGBloY=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in