remnote: 1.22.74 -> 1.22.77

This commit is contained in:
R. Ryantm
2026-02-08 11:38:30 +00:00
parent 2395e9d238
commit 0d5860e100
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.74";
version = "1.22.77";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-u4dLT5v6cVPJBF+l2Fui1Sf/V5cNSqEXbivZRAvvM08=";
hash = "sha256-L8HXfKfmyYg8NkTryNhWfAyVgX3NH83A9EOsBmrck/M=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in