osm2pgsql: 1.5.0 -> 1.5.1

This commit is contained in:
R. RyanTM 2021-08-15 17:18:29 +00:00
parent 000973d1a1
commit 505a9449b7

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 ];