remnote: 1.23.7 -> 1.23.10 (#496098)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-03 09:20:59 +00:00
committed by GitHub
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.23.7";
version = "1.23.10";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-tC6TjRzBrG6coZADzFYcZH1W9IkCG3fKfLGRiRkyJiQ=";
hash = "sha256-EOmsV9tsp3fKH6Ktwx3O/Mk5XBq4byY19cCA7/JOWj8=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in