Periodic update #108

Manually merged
tlater merged 3 commits from tlater/update into master 2024-04-11 23:13:37 +01:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit a6091b4133 - Show all commits

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=";
};
};
}