forked from mirrors/nixpkgs
spring: 103.0 -> 104.0
This commit is contained in:
parent
29950fe57b
commit
34c116ab12
|
@ -8,11 +8,11 @@
|
|||
stdenv.mkDerivation rec {
|
||||
|
||||
name = "spring-${version}";
|
||||
version = "103.0";
|
||||
version = "104.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/springrts/spring_${version}_src.tar.lzma";
|
||||
sha256 = "1fmnwk8ig36429pkp1rafzg4hyzp7i6mwy27p7fdxrdj1q4blx9l";
|
||||
sha256 = "05pclcbw7v481pqz7bgirlk37494hy4hx4jghhnlzhdaz1cvzc6f";
|
||||
};
|
||||
|
||||
# The cmake included module correcly finds nix's glew, however
|
||||
|
|
Loading…
Reference in a new issue