remnote: 1.24.12 -> 1.25.0

This commit is contained in:
R. Ryantm
2026-04-06 04:19:32 +00:00
parent 1b6c7982dd
commit 7da4bcdff4
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.24.12";
version = "1.25.0";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-XnF9fUuY73OCf06SLxJeYvabxKA/y0R7o+cxmaXL4aM=";
hash = "sha256-epaGP+rTg2as121mmx2KjmivAqDSzDh3eqnTGYmB++w=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in