Merge pull request #60185 from herrwiese/nextcloud-15.0.7

nextcloud: 15.0.6 -> 15.0.7
This commit is contained in:
Franz Pletz 2019-04-27 12:40:26 +00:00 committed by GitHub
commit 9a14ef6f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nextcloud-${version}";
version = "15.0.6";
version = "15.0.7";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "1k1c0wlrhdpkvwf7iq8yjxd8gqmmj7dyd913rqzrg9jbnvz5jc82";
sha256 = "0jcxza0p1vc9dhf2mimvyy1j25nzv02srghdsp6108573yamhq9y";
};
installPhase = ''