pkgs: Update nextcloud extensions

pull/108/head
Tristan Daniël Maat 2024-04-08 20:44:09 +02:00
parent a243613e6a
commit a6091b4133
Signed by: tlater
GPG Key ID: 49670FD774E43268
2 changed files with 6 additions and 6 deletions

View File

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

View File

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