We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0747d1b + 07b6b77 commit c6186b7Copy full SHA for c6186b7
pkgs/applications/misc/googleearth-pro/default.nix
@@ -38,11 +38,11 @@ let
38
in
39
mkDerivation rec {
40
pname = "googleearth-pro";
41
- version = "7.3.6.9796";
+ version = "7.3.6.10201";
42
43
src = fetchurl {
44
url = "https://dl.google.com/linux/earth/deb/pool/main/g/google-earth-pro-stable/google-earth-pro-stable_${version}-r0_${arch}.deb";
45
- sha256 = "sha256-Wv2jPGN7LC5T32WdX3W1BfGYrcXTNWTI1Wv+PmD0gNM=";
+ sha256 = "sha256-LqkXOSfE52+7x+Y0DBjYzvVKO0meytLNHuS/ia88FbI=";
46
};
47
48
nativeBuildInputs = [
0 commit comments