[Backport release-24.11] remnote: 1.16.127 -> 1.17.21 (#358681)

This commit is contained in:
Aleksana 2024-11-24 20:32:31 +08:00 committed by GitHub
commit e11d2ab275
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.127";
version = "1.17.21";
src = fetchurl {
url = "https://download2.remnote.io/remnote-desktop2/RemNote-${version}.AppImage";
hash = "sha256-VsS9RXbcu6aV7b+Bk3lB+x6/X/HxN5EoypFCn4qKNEk=";
hash = "sha256-VoEaBaHGBgkDpzk2n/LXlzR+xl2AXMv5zSAzB74YIuE=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in