remnote: 1.22.56 -> 1.22.58

This commit is contained in:
R. Ryantm
2026-01-18 17:18:31 +00:00
parent 164787f286
commit ac6684f9e8
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.56";
version = "1.22.58";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-MGWwXEzgUD4vjBnxolvtma59abK8qpXQLVKMhk54wr4=";
hash = "sha256-xGA3ASWRuM+RloOHcaNregTClf+XUtP7jrTiQRem71s=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in