remnote: 1.16.93 -> 1.16.96

This commit is contained in:
R. Ryantm
2024-08-11 19:19:49 +00:00
parent 0507de31f8
commit 1dc7752f27
+2 -2
View File
@@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.93";
version = "1.16.96";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-2TyOEzB21RE/Ymz7LSyI5bnbiVXGos6vngbiphTEDSw=";
hash = "sha256-shprixFQy5lirCGUKQac6qPuP8oEA/nn/nInnwf8KuA=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in