Skip to content

Commit

Permalink
Merge pull request #35254 from aborsu/nextcloud
Browse files Browse the repository at this point in the history
nextcloud: 12.0.5 -> 13.0.0
  • Loading branch information
fpletz committed Feb 22, 2018
2 parents 41ef8a1 + 4fcb56d commit 41ce36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nextcloud/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name= "nextcloud-${version}";
version = "12.0.5";
version = "13.0.0";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "0hya524d8wqia5v2wz8cmasi526j97z6d0l1h7l7j442wsn2kgn8";
sha256 = "38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec";
};

installPhase = ''
Expand Down

0 comments on commit 41ce36b

Please sign in to comment.