remnote: 1.12.64 -> 1.13.0

This commit is contained in:
John Garcia 2023-11-24 13:35:55 +00:00
parent d91e9ecd5b
commit 1debdc9730

View File

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