Merge pull request #7342 from C0DEHERO/fix/xonotic-update

Fix/xonotic update
This commit is contained in:
Arseniy Seroka 2015-04-13 09:54:56 +03:00
commit 04f52e8cbe

View file

@ -8,11 +8,11 @@
}:
stdenv.mkDerivation rec {
name = "xonotic-0.7.0";
name = "xonotic-0.8.0";
src = fetchurl {
url = "http://dl.xonotic.org/${name}.zip";
sha256 = "21a5fb5493c269cd3843789cb8598f952d4196e8bc71804b9bd5808b646542c6";
sha256 = "0w336750sq8nwqljlcj3znk4iaj3nvn6id144d7j72vsh84ci1qa";
};
buildInputs = [