remnote: 1.22.11 -> 1.22.23 (#466107)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-29 12:54:33 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.22.11";
version = "1.22.23";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-vQu84qWpLyO62+FFzs60z03Cc5wsu0lNofRvb1TlmeE=";
hash = "sha256-8AliWnmYemaF6R7MGiU+H0ZwVw5hZRIbMHuGo4p+NQg=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in