remnote: 1.19.56 -> 1.20.0

This commit is contained in:
John Garcia
2025-08-29 21:07:50 +01:00
parent b4f2c1758e
commit 0ce42bcaac
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.19.56";
version = "1.20.0";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-ZH8sbfoBf1s97O36Q9Lf5Q07CTEkM45NXT8VJgAOe4I=";
hash = "sha256-H17jPk1wDDuygXyrcVg5WLwVPYt3yG/57ec8n1GJmHg=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in