remnote: 1.20.0 -> 1.20.8 (#441997)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-11 14:54:16 +00:00
committed by GitHub
+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