Merge pull request #70136 from Vskilet/nextcloud-update

nexcloud: 16.0.4 -> 16.0.5
This commit is contained in:
Maximilian Bosch 2019-10-01 17:33:18 +02:00 committed by GitHub
commit 8613b37f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nextcloud";
version = "16.0.4";
version = "16.0.5";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${pname}-${version}.tar.bz2";
sha256 = "1l7ckzyqz7g4ny8s2q4xal72p57ldfjs947sk2ya2df93qjh0qz0";
sha256 = "0lg5zaakfdngrh0ida0qbq76jbiab5fv46jziqf77zbnlx7wc2c7";
};
installPhase = ''