Merge pull request #323544 from xddxdd/googleearth-pro

googleearth-pro: 7.3.4.8248 -> 7.3.6.9796
This commit is contained in:
Peder Bergebakken Sundt
2024-07-10 00:04:31 +02:00
committed by GitHub
@@ -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." ];
};