Skip to content

Commit

Permalink
Merge pull request #82697 from flokli/19.09-nextcloud-16.0.9
Browse files Browse the repository at this point in the history
[19.09] nextcloud: 16.0.8 -> 16.0.9
  • Loading branch information
flokli authored Mar 16, 2020
2 parents 107ffbb + 311c3fd commit 8d7fd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nextcloud/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "nextcloud";
version = "16.0.8";
version = "16.0.9";

src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${pname}-${version}.tar.bz2";
sha256 = "0c5z46936pxsmh5isgj5d8pcj1sy9hcqdi55awz5axs7h5cvabr5";
sha256 = "0ds9awn4fqjizf4pz35aa9rg1pf3mrghbbp2wyyzb73zk0n10dg1";
};

installPhase = ''
Expand Down

0 comments on commit 8d7fd7e

Please sign in to comment.