about summary refs log tree commit diff
path: root/pkgs/applications/misc/googleearth
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-23 19:55:58 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-12-23 19:55:58 +0000
commit5955f25623116bec193f080c629d31e5bd076e6a (patch)
treef148d18e37cbc672a2ca7c9df200377f09da9f93 /pkgs/applications/misc/googleearth
parent1fd94f19350ac22a1c67fabf655323a24ea109df (diff)
downloadnixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar.gz
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar.bz2
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar.lz
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar.xz
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.tar.zst
nixlib-5955f25623116bec193f080c629d31e5bd076e6a.zip
Updating the googleearth version (we follow the binary contents of their single-URL package)
svn path=/nixpkgs/trunk/; revision=19083
Diffstat (limited to 'pkgs/applications/misc/googleearth')
-rw-r--r--pkgs/applications/misc/googleearth/default.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/pkgs/applications/misc/googleearth/default.nix b/pkgs/applications/misc/googleearth/default.nix
index 2bb4e15ba8b0..0d4b5fd03fb8 100644
--- a/pkgs/applications/misc/googleearth/default.nix
+++ b/pkgs/applications/misc/googleearth/default.nix
@@ -6,11 +6,11 @@ zlib, patchelf05 }:
 assert stdenv.system == "i686-linux";
 
 stdenv.mkDerivation {
-  name = "googleearth-5.1.3509.4636";
+  name = "googleearth-5.1.3533.1731";
 
   src = fetchurl {
     url = http://dl.google.com/earth/client/current/GoogleEarthLinux.bin;
-    sha256 = "6c948c64eed5f30adb67019c0d26c148b9ad7a821891018548da650fe812dca8";
+    sha256 = "1sxs1nwb2zh2j8dbwm65r04byn66yn79kpzhilhswly6r8d7yivg";
   };
 
   buildInputs = [
@@ -65,8 +65,10 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-      description = "A world sphere viewer";
-      homepage = http://earth.google.com;
-      license = "unfree";
+    description = "A world sphere viewer";
+    homepage = http://earth.google.com;
+    license = "unfree";
+    maintainers = with stdenv.lib.maintainers; [viric];
+    platforms = with stdenv.lib.platforms; linux;
   };
 }