remnote: 1.23.3 -> 1.23.7

This commit is contained in:
R. Ryantm
2026-02-23 01:47:45 +00:00
parent 0352cd1d88
commit fe53dbbb1c
+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