Skip to content

Commit

Permalink
nextcloud: 14.0.1 -> 14.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Schuermann authored and fpletz committed Oct 14, 2018
1 parent 34e8009 commit 6d3b54a
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 = "14.0.1";
version = "14.0.3";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "14ymc6fr91735yyc2gqh7c89mbbwsgamhhysf6crp9kp27l83z5a";
sha256 = "1vykmvkqds1mjz9hl0xapi70s5s66xd8ysw0sczgavir7092gl6p";
};

patches = [ (fetchpatch {
Expand Down

0 comments on commit 6d3b54a

Please sign in to comment.