remnote: 1.23.3 -> 1.23.7 (#493192)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-23 12:05:20 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.23.3";
version = "1.23.7";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-NYbYlxSp8gAHz8pbX025uTAio33Nf6xyjIsR/EaRGSY=";
hash = "sha256-tC6TjRzBrG6coZADzFYcZH1W9IkCG3fKfLGRiRkyJiQ=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in