pkgs: Update nextcloud extensions
This commit is contained in:
parent
a243613e6a
commit
a6091b4133
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue