Merge pull request #200819 from sikmir/osm2pgsql

osm2pgsql: 1.7.1 → 1.7.2
This commit is contained in:
Mario Rodas
2022-11-12 21:51:28 -05:00
committed by GitHub
+2 -2
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 = ''