nextcloud: 10.0.1 -> 10.0.2

This commit is contained in:
schneefux 2016-12-10 19:33:19 +01:00
parent bdab6fe5a1
commit 915c93c69e
No known key found for this signature in database
GPG key ID: 50F2BF336737C2F0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name= "nextcloud-${version}";
version = "10.0.1";
version = "10.0.2";
src = fetchurl {
url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2";
sha256 = "09cbjxsr6sdjrq37rmwmg6r1x3625bqcrd37ja6cmmrgy0l2lh9r";
sha256 = "0g0h6yyy712mpyqzxa9azqlkgiw9hplv88xv0r7lh4w4fwcai1x6";
};
installPhase = ''