Skip to content

Commit

Permalink
nextcloud: 14.0.4 -> 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Dec 16, 2018
1 parent f39ab29 commit 66060d3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pkgs/servers/nextcloud/default.nix
Expand Up @@ -2,19 +2,13 @@

stdenv.mkDerivation rec {
name = "nextcloud-${version}";
version = "14.0.4";
version = "15.0.0";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "1s20dds4sci3g981ql8kp9d1ynss5sa2y3dsbzqx4jv9f5dd2pag";
sha256 = "0y7bk1588n5rmmranmmrkajh50074460hr4v052ahg9mf60wbc2v";
};

patches = [ (fetchpatch {
name = "Mailer-discover-sendmail-path-instead-of-hardcoding-.patch";
url = https://github.com/nextcloud/server/pull/11404.patch;
sha256 = "1h0cqnfwn735vqrm3yh9nh6a7h6srr9h29p13vywd6rqbcndqjjd";
}) ];

installPhase = ''
mkdir -p $out/
cp -R . $out/
Expand Down

0 comments on commit 66060d3

Please sign in to comment.