lol
fork

Configure Feed

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

nextcloud: 13.04 -> 13.05

ajs124 6b8a2a79 ec1082c5

+2 -2
+2 -2
pkgs/servers/nextcloud/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name= "nextcloud-${version}"; 5 - version = "13.0.4"; 5 + version = "13.0.5"; 6 6 7 7 src = fetchurl { 8 8 url = "https://download.nextcloud.com/server/releases/${name}.tar.bz2"; 9 - sha256 = "18d514145fcddc86f48d0a5fa4a0d4b07617135a1b23107137a6ea3ed519bd54"; 9 + sha256 = "1sl0kvn52m6p7rglwhgfb737y1897897hc5g2fcbg6i594ld6451"; 10 10 }; 11 11 12 12 installPhase = ''