Merge pull request #62485 from r-ryantm/auto-update/nextcloud

nextcloud: 15.0.8 -> 16.0.1
This commit is contained in:
markuskowa 2019-06-05 13:47:03 +02:00 committed by GitHub
commit 3b30e61539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nextcloud-${version}";
version = "15.0.8";
version = "16.0.1";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "1w7jwni3iv8ixh92v6iaw9nwshjd9wvvdkwkdpcyq6crlfgmk0mp";
sha256 = "1vlaswq9j3vkiikq8bj0qi6wsijkawg321wplvxv4c79x63fa358";
};
installPhase = ''