remnote: 1.16.72 -> 1.16.93

This commit is contained in:
R. Ryantm 2024-08-03 06:15:10 +00:00
parent adb3cee87d
commit 6b618f7371

View File

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.72";
version = "1.16.93";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-BoKxQ8ngfShm7tC+ojgIR8krq82gJOdbGy8/K7yDRLM=";
hash = "sha256-2TyOEzB21RE/Ymz7LSyI5bnbiVXGos6vngbiphTEDSw=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in