nextcloud: Update apps

This commit is contained in:
Tristan Daniël Maat 2024-04-29 09:46:11 +02:00
parent 5ddd9914e4
commit d8f1b9941e
Signed by: tlater
GPG key ID: 49670FD774E43268
3 changed files with 16 additions and 11 deletions
pkgs/_sources_nextcloud

View file

@ -77,10 +77,10 @@
"passthru": null,
"pinned": false,
"src": {
"sha256": "sha256-h6RWWIQzpwObDmcGnZPwVwIJZFUXgggeCKBNwI/wDIo=",
"sha256": "sha256-ydpxatwuZUz7XIgK8FMklZlxNQklpsP8Uqpxvt3iK0k=",
"type": "tarball",
"url": "https://github.com/nextcloud/notes/releases/download/v4.9.4/notes.tar.gz"
"url": "https://github.com/nextcloud/notes/releases/download/v4.10.0/notes.tar.gz"
},
"version": "v4.9.4"
"version": "v4.10.0"
}
}

View file

@ -43,10 +43,10 @@
};
notes = {
pname = "notes";
version = "v4.9.4";
version = "v4.10.0";
src = fetchTarball {
url = "https://github.com/nextcloud/notes/releases/download/v4.9.4/notes.tar.gz";
sha256 = "sha256-h6RWWIQzpwObDmcGnZPwVwIJZFUXgggeCKBNwI/wDIo=";
url = "https://github.com/nextcloud/notes/releases/download/v4.10.0/notes.tar.gz";
sha256 = "sha256-ydpxatwuZUz7XIgK8FMklZlxNQklpsP8Uqpxvt3iK0k=";
};
};
}