Unverified Commit a5695431 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

imposm: 0.14.0 -> 0.14.1 (#384778)

parents 9eb00643 01e64848
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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";
  };
}