remnote: 1.14.13 -> 1.15.4

This commit is contained in:
John Garcia 2024-03-31 12:20:45 +01:00
parent 04e15baaad
commit 9508f7634a
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
in
{
pname = "remnote";
version = "1.14.13";
version = "1.15.4";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
hash = "sha256-WpNgdQGNz1Vv3MQe6tgnkzf+rvxMeoDQns5SqKNP7F8=";
hash = "sha256-6WBdTOj/seinx1wJGb/4if3PzCPmtzHyNAFmQwmsrvE=";
};
appexec = appimageTools.wrapType2 {