googleearth-pro: 7.3.4.8248 -> 7.3.6.9796

This commit is contained in:
Lan Tian 2024-06-30 01:08:26 -07:00
parent ce1b2a11a8
commit 2994468a60
No known key found for this signature in database
GPG Key ID: 04E66B6B25A0862B

View File

@ -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." ];
};