lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #35254 from aborsu/nextcloud

nextcloud: 12.0.5 -> 13.0.0

authored by

Franz Pletz and committed by
GitHub
41ce36b7 41ef8a13

+2 -2
+2 -2
pkgs/servers/nextcloud/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name= "nextcloud-${version}"; 5 - version = "12.0.5"; 5 + version = "13.0.0"; 6 6 7 7 src = fetchurl { 8 8 url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2"; 9 - sha256 = "0hya524d8wqia5v2wz8cmasi526j97z6d0l1h7l7j442wsn2kgn8"; 9 + sha256 = "38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec"; 10 10 }; 11 11 12 12 installPhase = ''