Merge pull request #134256 from r-ryantm/auto-update/osm2pgsql

osm2pgsql: 1.5.0 -> 1.5.1
This commit is contained in:
Robert Scott
2021-08-15 22:15:07 +01:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "osm2pgsql";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = pname;
rev = version;
sha256 = "sha256-PHr9wP+DgsiQAvrVNO8Aa/X/dkrAUnlPDwAzSISa0GM=";
sha256 = "sha256-0mUGvu5o2MhlriNAUAUoyDrFgTw2weGGbQcBzaauKEQ=";
};
nativeBuildInputs = [ cmake ];