Merge master into x-updates

Conflicts (trivial):
	pkgs/games/spring/default.nix
This commit is contained in:
Vladimír Čunát
2014-02-10 19:15:58 +01:00
76 changed files with 919 additions and 441 deletions

View File

@@ -19,6 +19,7 @@ in
rec {
src = a.fetchurl {
url = sourceInfo.url;
curlOpts = "--user-agent 'Mozilla/5.0'";
sha256 = sourceInfo.hash;
};