Skip to content

Commit

Permalink
Merge pull request #79044 from tokudan/nextcloud-1608
Browse files Browse the repository at this point in the history
nextcloud: 16.0.7 -> 16.0.8 [19.09]
  • Loading branch information
jokogr committed Feb 2, 2020
2 parents 8b76b12 + dfc7cd8 commit ea553d8
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 {
pname = "nextcloud";
version = "16.0.7";
version = "16.0.8";

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

installPhase = ''
Expand Down

0 comments on commit ea553d8

Please sign in to comment.