remnote: 1.22.58 -> 1.22.67 (#483618)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-25 14:04:15 +00:00
committed by GitHub
+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