Merge pull request #126907 from adisbladis/subsurface-googlemaps-2021
subsurface: googlemaps 2018-06-02 -> 2021-03-19
This commit is contained in:
commit
a9e6229aa6
1 changed files with 3 additions and 3 deletions
|
@ -40,13 +40,13 @@ let
|
||||||
googlemaps = stdenv.mkDerivation rec {
|
googlemaps = stdenv.mkDerivation rec {
|
||||||
pname = "googlemaps";
|
pname = "googlemaps";
|
||||||
|
|
||||||
version = "2018-06-02";
|
version = "2021-03-19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vladest";
|
owner = "vladest";
|
||||||
repo = "googlemaps";
|
repo = "googlemaps";
|
||||||
rev = "54a357f9590d9cf011bf1713589f66bad65e00eb";
|
rev = "8f7def10c203fd3faa5ef96c5010a7294dca0759";
|
||||||
sha256 = "159kslp6rj0qznzxijppwvv8jnswlfgf2pw4x8ladi8vp6bzxnzi";
|
sha256 = "1irz398g45hk6xizwzd07qcx1ln8f7l6bhjh15f56yc20waqpx1x";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake ];
|
nativeBuildInputs = [ qmake ];
|
||||||
|
|
Loading…
Reference in a new issue