remnote: 1.20.0 -> 1.20.8

This commit is contained in:
John Garcia
2025-09-11 10:01:50 +01:00
parent b1809fe3b9
commit 0927751ce5
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.20.0";
version = "1.20.8";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-H17jPk1wDDuygXyrcVg5WLwVPYt3yG/57ec8n1GJmHg=";
hash = "sha256-P2fUPYn/ZMBOGZKytrMPPKh4KLbGhQ1jR+dLG5JNfVo=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in