3
0
Fork 0
forked from mirrors/nixpkgs

tegola: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-10-05 04:32:28 +00:00
parent 9f20229c6c
commit 6b87dde835

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "tegola";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "go-spatial";
repo = "tegola";
rev = "v${version}";
sha256 = "sha256-lrFRPD16AFavc+ghpKoxwQJsfJLe5jxTQVK/0a6SIIs=";
sha256 = "sha256-Z72QANnkAOg0le6p0lFJUhlgE/U32Ao+M/yog00gSF4=";
};
vendorHash = null;