remnote: 1.23.10 -> 1.24.0

This commit is contained in:
R. Ryantm
2026-03-11 10:19:06 +00:00
parent fff3518dcc
commit cab53f2f8a
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.23.10";
version = "1.24.0";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-EOmsV9tsp3fKH6Ktwx3O/Mk5XBq4byY19cCA7/JOWj8=";
hash = "sha256-OV8o2AOoDXdz02tXbtelcIOVOT3PIiBYJf38mRuvWdM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in