Merge pull request #126907 from adisbladis/subsurface-googlemaps-2021

subsurface: googlemaps 2018-06-02 -> 2021-03-19
This commit is contained in:
adisbladis 2021-06-14 23:32:31 -05:00 committed by GitHub
commit a9e6229aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,13 @@ let
googlemaps = stdenv.mkDerivation rec {
pname = "googlemaps";
version = "2018-06-02";
version = "2021-03-19";
src = fetchFromGitHub {
owner = "vladest";
repo = "googlemaps";
rev = "54a357f9590d9cf011bf1713589f66bad65e00eb";
sha256 = "159kslp6rj0qznzxijppwvv8jnswlfgf2pw4x8ladi8vp6bzxnzi";
rev = "8f7def10c203fd3faa5ef96c5010a7294dca0759";
sha256 = "1irz398g45hk6xizwzd07qcx1ln8f7l6bhjh15f56yc20waqpx1x";
};
nativeBuildInputs = [ qmake ];