summary refs log tree commit diff
path: root/pkgs/games/mars
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-27 21:23:14 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-04-27 21:23:14 +0000
commitd3dbf1bea45e8e7a4b3479c9a156598f200df30f (patch)
tree147c22da604c837c8d63be50b50114b61b675eb9 /pkgs/games/mars
parentab8ccf9fc33e8af7cc480fe5871c1698e71bd815 (diff)
downloadnixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar.gz
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar.bz2
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar.lz
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar.xz
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.tar.zst
nixpkgs-d3dbf1bea45e8e7a4b3479c9a156598f200df30f.zip
Update mars.
svn path=/nixpkgs/trunk/; revision=27016
Diffstat (limited to 'pkgs/games/mars')
-rw-r--r--pkgs/games/mars/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/mars/default.nix b/pkgs/games/mars/default.nix
index 7b9d423d65a..46fc95f6b91 100644
--- a/pkgs/games/mars/default.nix
+++ b/pkgs/games/mars/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchurl, cmake, mesa, sfml_svn, fribidi, taglib }:
 stdenv.mkDerivation rec {
   name = "mars-${version}";
-  version = "0.7.1";
+  version = "0.7.2";
   src = fetchurl {
     url = "mirror://sourceforge/mars-game/mars_source_${version}.tar.gz";
-    sha256 = "050li9adkkr2br5b4r5iq4prg4qklxnmf1i34aw6qkpw89qafzha";
+    sha256 = "0k4bfa7zay4w07hr1n4fx47xh2zy1ch5l7byvyvql21g244pjv5y";
   };
   buildInputs = [ cmake mesa sfml_svn fribidi taglib ];
   installPhase = ''