imposm: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm
2025-02-24 18:45:35 +04:00
committed by Nikolay Korotkiy
parent e4dd0c7064
commit 01e64848fb
+6 -6
View File
@@ -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";
};
}