Unverified Commit 6154ebbd authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #323544 from xddxdd/googleearth-pro

googleearth-pro: 7.3.4.8248 -> 7.3.6.9796
parents 7383f224 2994468a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@ let
in
mkDerivation rec {
  pname = "googleearth-pro";
  version = "7.3.4.8248";
  version = "7.3.6.9796";

  src = fetchurl {
    url = "https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-pro-stable/google-earth-pro-stable_${version}-r0_${arch}.deb";
    sha256 = "1pbapi267snlrjari5k93y6kbrjsqhqxgkxxqaqv4r25az00dx6d";
    sha256 = "sha256-Wv2jPGN7LC5T32WdX3W1BfGYrcXTNWTI1Wv+PmD0gNM=";
  };

  nativeBuildInputs = [ dpkg makeWrapper autoPatchelfHook ];
@@ -72,7 +72,7 @@ mkDerivation rec {
  unpackPhase = ''
    # deb file contains a setuid binary, so 'dpkg -x' doesn't work here
    mkdir deb
    dpkg --fsys-tarfile ${src} | tar --extract -C deb
    dpkg --fsys-tarfile $src | tar --extract -C deb
  '';

  installPhase =''
@@ -118,7 +118,7 @@ mkDerivation rec {
    homepage = "https://www.google.com/earth/";
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    license = licenses.unfree;
    maintainers = with maintainers; [ shamilton ];
    maintainers = with maintainers; [ shamilton xddxdd ];
    platforms = platforms.linux;
    knownVulnerabilities = [ "Includes vulnerable versions of bundled libraries: openssl, ffmpeg, gdal, and proj." ];
  };