games/mars: Updated source hash.
svn path=/nixpkgs/trunk/; revision=27254
This commit is contained in:
parent
8e5beab31f
commit
a9de562ef1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||||
version = "0.7.2";
|
version = "0.7.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/mars-game/mars_source_${version}.tar.gz";
|
url = "mirror://sourceforge/mars-game/mars_source_${version}.tar.gz";
|
||||||
sha256 = "0k4bfa7zay4w07hr1n4fx47xh2zy1ch5l7byvyvql21g244pjv5y";
|
sha256 = "092y0y1dghkvs0syjg9cv8iq0w29hkin8bznqc8sqm21v0swk451";
|
||||||
};
|
};
|
||||||
buildInputs = [ cmake mesa sfml_git fribidi taglib ];
|
buildInputs = [ cmake mesa sfml_git fribidi taglib ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue