Merge pull request #337307 from r-ryantm/auto-update/remnote

remnote: 1.16.96 -> 1.16.101
This commit is contained in:
OTABI Tomoya 2024-08-26 09:22:23 +09:00 committed by GitHub
commit 12bd36736b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@
}:
let
pname = "remnote";
version = "1.16.96";
version = "1.16.101";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-shprixFQy5lirCGUKQac6qPuP8oEA/nn/nInnwf8KuA=";
hash = "sha256-gK54K48s+5u2uv9ZxR0PVekZHdtgguCb+qHOVb2awAE=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in