remnote: 1.25.7 -> 1.25.19

This commit is contained in:
R. Ryantm
2026-04-22 03:16:10 +00:00
parent 4d0e985dd0
commit 4ee352eb37
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.25.7";
version = "1.25.19";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-ckigM+kXV8W5iI42SGSyFd1//e5ghqiV/b6Ja5at7Do=";
hash = "sha256-DJWRhNTRmYVdY5AfAlVOhrNkongusv+volwiLQBg1xM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in