nextcloud: 12.0.2 -> 12.0.3

This commit is contained in:
Pascal Bach 2017-09-29 22:32:33 +02:00
parent 45ffca6ff8
commit 1c38326528

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name= "nextcloud-${version}"; name= "nextcloud-${version}";
version = "12.0.2"; version = "12.0.3";
src = fetchurl { src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2"; url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "0z5145xnwmmim5j25ylghhhm74nvijqb8iyq5azq9vjmkz5xcd7b"; sha256 = "0wgvvpk7h7psy41a32f0ljh6iasjsqbf4pxi8nhybl46m35srg48";
}; };
installPhase = '' installPhase = ''
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Sharing solution for files, calendars, contacts and more"; description = "Sharing solution for files, calendars, contacts and more";
homepage = https://nextcloud.com; homepage = https://nextcloud.com;
maintainers = with stdenv.lib.maintainers; [ schneefux ]; maintainers = with stdenv.lib.maintainers; [ schneefux bachp ];
license = stdenv.lib.licenses.agpl3Plus; license = stdenv.lib.licenses.agpl3Plus;
platforms = with stdenv.lib.platforms; unix; platforms = with stdenv.lib.platforms; unix;
}; };