Skip to content

Commit

Permalink
nextcloud: 18.0.0 -> 18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 20, 2020
1 parent e893358 commit 91250fe
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 = "18.0.0";
version = "18.0.1";

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

installPhase = ''
Expand Down

0 comments on commit 91250fe

Please sign in to comment.