spring: it works!

This commit is contained in:
Domen Kožar 2020-03-21 18:18:34 +01:00
parent 11315a3e27
commit 1ff9d94f38
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
2 changed files with 2 additions and 3 deletions

View file

@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "spring";
repo = "spring";
rev = version;
sha256 = "1z7c5yxsv0j4nlkmc0limxxkl5mp65jckjfh7nyv3a3zvzhv00zc";
rev = "9ee29da876f6d3d23e169185619b58df9c036703";
sha256 = "0m94i85k8k5ls1ff9z8djslzhkgr7b7vsbpic2axxjvki6sn2xjv";
fetchSubmodules = true;
};

View file

@ -23676,7 +23676,6 @@ in
spring = callPackage ../games/spring {
boost = boost155;
cmake = cmake_2_8;
};
springLobby = callPackage ../games/spring/springlobby.nix { };