osm2pgsql: 1.7.1 → 1.7.2

This commit is contained in:
Nikolay Korotkiy 2022-11-12 11:51:06 +03:00
parent cef44108c3
commit f6df73dcd0
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osm2pgsql";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "openstreetmap";
repo = "osm2pgsql";
rev = finalAttrs.version;
hash = "sha256-+//cAoN8m66SboEYP5Dhtm0q0+oyvEr5o584e4JQ9xM=";
hash = "sha256-KJkqzvsm0IMaqeKnIbLGeOSJrsLvW+z7lCg6NbuU13g=";
};
postPatch = ''