Skip to content

Commit

Permalink
nextcloud: 16.0.8 -> 16.0.9
Browse files Browse the repository at this point in the history
includes fix for nC-SA-2020-015.

See nextcloud/server#19976, the SA currently
has a typo - adressed in
nextcloud/security-advisories#21.
  • Loading branch information
flokli committed Mar 16, 2020
1 parent 021b296 commit 311c3fd
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 311c3fd

Please sign in to comment.