imposm: 0.14.0 -> 0.14.1
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "imposm";
|
||||
version = "0.14.0";
|
||||
version = "0.14.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "omniscale";
|
||||
repo = "imposm3";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4PwJzR/xeVdqAiHXzMAqI2m8qeqFXLZxy9V3o59eKwA=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-PF7pi2UTZJe7WzfaJrQrOGusO/RRfh8KNz8YyrVcBvg=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
@@ -32,12 +32,12 @@ buildGoModule rec {
|
||||
# requires network access
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Imposm imports OpenStreetMap data into PostGIS";
|
||||
homepage = "https://imposm.org/";
|
||||
changelog = "https://github.com/omniscale/imposm3/releases/tag/${src.rev}";
|
||||
license = licenses.apsl20;
|
||||
maintainers = with maintainers; [ sikmir ];
|
||||
license = lib.licenses.apsl20;
|
||||
maintainers = with lib.maintainers; [ sikmir ];
|
||||
mainProgram = "imposm";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user