Loading pkgs/by-name/im/imposm/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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"; }; } Loading
pkgs/by-name/im/imposm/package.nix +6 −6 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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"; }; }