Merge pull request #44112 from ajs124/nextcloud_13_0_5

nextcloud: 13.04 -> 13.05
This commit is contained in:
Jörg Thalheim 2018-07-30 10:27:30 +01:00 committed by GitHub
commit 9250c264d8
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 = "13.0.4";
version = "13.0.5";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54";
sha256 = "1sl0kvn52m6p7rglwhgfb737y1897897hc5g2fcbg6i594ld6451";
};
installPhase = ''