remnote: 1.24.7 -> 1.24.12

This commit is contained in:
R. Ryantm
2026-03-28 09:59:04 +00:00
parent 687fa2001f
commit 8edb13b77c
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.24.7";
version = "1.24.12";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-W4KM7QgkO+5Rr12IxlTlqp63LAakUJlMOX68JWBet6c=";
hash = "sha256-XnF9fUuY73OCf06SLxJeYvabxKA/y0R7o+cxmaXL4aM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in