Merge pull request #249618 from chewblacka/update-remnote

remnote: 1.12.3 -> 1.12.9
This commit is contained in:
Nick Cao 2023-08-17 08:33:29 +08:00 committed by GitHub
commit de345d2350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
appimageTools.wrapType2 rec {
pname = "remnote";
version = "1.12.3";
version = "1.12.9";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
sha256 = "sha256-qLEEIzTE5h9+9tWL0qSFCqN/MW124NtIacqiKnhlbp8=";
sha256 = "sha256-ZBo7yxbTS+2pWecbPGxp0UMy16HRMwuuUUejb6DUHic=";
};
meta = with lib; {