remnote: 1.12.43 -> 1.12.64

This commit is contained in:
John Garcia 2023-10-14 20:05:53 +01:00
parent a777a27b9a
commit dbc543d26c

View file

@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
in
{
pname = "remnote";
version = "1.12.43";
version = "1.12.64";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
hash = "sha256-3GNp+0ZUZbUcBkE8DbIEDRYlWfG3HDTTS6wK3u42jJg=";
hash = "sha256-Pvz3bBpv4wN2NXxuKNNraCuOqvvtYOyg5PTSwMpL3cw=";
};
appexec = appimageTools.wrapType2 {
inherit pname version src;