remnote: 1.22.58 -> 1.22.67

This commit is contained in:
R. Ryantm
2026-01-25 11:42:42 +00:00
parent 2583202cf4
commit 5fbcba2ccd
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.58";
version = "1.22.67";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-xGA3ASWRuM+RloOHcaNregTClf+XUtP7jrTiQRem71s=";
hash = "sha256-HKY8ockflFnws8UoREFjaBQUPaVPxlH2fWFcaGTdwhI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in