Skip to content

Commit

Permalink
nextcloud: 13.0.0 -> 13.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eonpatapon committed Mar 17, 2018
1 parent c32e94c commit ae3782b
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 = "13.0.0";
version = "13.0.1";

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

installPhase = ''
Expand Down

0 comments on commit ae3782b

Please sign in to comment.