remnote: 1.22.67 -> 1.22.74

This commit is contained in:
R. Ryantm
2026-02-01 11:08:08 +00:00
parent 9b1c0a40ed
commit 98e86f13ec
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.67";
version = "1.22.74";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-HKY8ockflFnws8UoREFjaBQUPaVPxlH2fWFcaGTdwhI=";
hash = "sha256-u4dLT5v6cVPJBF+l2Fui1Sf/V5cNSqEXbivZRAvvM08=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in