mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
nextcloud: 12.0.2 -> 12.0.3
This commit is contained in:
parent
45ffca6ff8
commit
1c38326528
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name= "nextcloud-${version}";
|
||||
version = "12.0.2";
|
||||
version = "12.0.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
|
||||
sha256 = "0z5145xnwmmim5j25ylghhhm74nvijqb8iyq5azq9vjmkz5xcd7b";
|
||||
sha256 = "0wgvvpk7h7psy41a32f0ljh6iasjsqbf4pxi8nhybl46m35srg48";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Sharing solution for files, calendars, contacts and more";
|
||||
homepage = https://nextcloud.com;
|
||||
maintainers = with stdenv.lib.maintainers; [ schneefux ];
|
||||
maintainers = with stdenv.lib.maintainers; [ schneefux bachp ];
|
||||
license = stdenv.lib.licenses.agpl3Plus;
|
||||
platforms = with stdenv.lib.platforms; unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user