mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
games/mars: Updated source hash.
svn path=/nixpkgs/trunk/; revision=27254
This commit is contained in:
parent
8e5beab31f
commit
a9de562ef1
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.7.2";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/mars-game/mars_source_${version}.tar.gz";
|
||||
sha256 = "0k4bfa7zay4w07hr1n4fx47xh2zy1ch5l7byvyvql21g244pjv5y";
|
||||
sha256 = "092y0y1dghkvs0syjg9cv8iq0w29hkin8bznqc8sqm21v0swk451";
|
||||
};
|
||||
buildInputs = [ cmake mesa sfml_git fribidi taglib ];
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user