From 5955f25623116bec193f080c629d31e5bd076e6a Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Wed, 23 Dec 2009 19:55:58 +0000 Subject: Updating the googleearth version (we follow the binary contents of their single-URL package) svn path=/nixpkgs/trunk/; revision=19083 --- pkgs/applications/misc/googleearth/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pkgs/applications/misc/googleearth') 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; }; } -- cgit 1.4.1