remnote: 1.22.23 -> 1.22.28

This commit is contained in:
R. Ryantm
2025-12-05 07:39:33 +00:00
parent e019ef2611
commit a04fbf511f
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.23";
version = "1.22.28";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-8AliWnmYemaF6R7MGiU+H0ZwVw5hZRIbMHuGo4p+NQg=";
hash = "sha256-suYd2IK/lwPd0sEoRmKPydgyExX5aRNyBLikubBmMpI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in