about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-05-22 11:30:11 +0200
committerPeter Simons <simons@cryp.to>2013-05-22 11:42:45 +0200
commit398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d (patch)
treeb46d4d3605cb2569ffb176c809e8ae155f1d5ebc /pkgs/applications
parentb72a91b6a58fed3f21beda9ac2910ff10c827d20 (diff)
downloadnixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar.gz
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar.bz2
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar.lz
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar.xz
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.tar.zst
nixlib-398e4a15b0b26e4d3fda3e23b71f9b54a2fbd67d.zip
stellarium: update to version 0.12.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/astronomy/stellarium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/astronomy/stellarium/default.nix b/pkgs/applications/science/astronomy/stellarium/default.nix
index 541340df6299..04c82b21e859 100644
--- a/pkgs/applications/science/astronomy/stellarium/default.nix
+++ b/pkgs/applications/science/astronomy/stellarium/default.nix
@@ -1,14 +1,14 @@
 {stdenv, fetchurl, cmake, freetype, libpng, mesa, gettext, openssl, qt4, perl, libiconv}:
 
 let
-  name = "stellarium-0.11.4a";
+  name = "stellarium-0.12.1";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "mirror://sourceforge/stellarium/${name}.tar.gz";
-    sha256 = "0gs3lf2061chgcyx22xbnn6b284nsnj8xal7jyjzj57s8yk4n619";
+    sha256 = "02qfp56mkg3bqggv3ndx8v6zfswg51gkczwiqy5c9y4rw28hazla";
   };
 
   buildInputs = [ cmake freetype libpng mesa gettext openssl qt4 perl libiconv ];