osm2pgsql: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2026-06-10 19:31:09 +00:00
parent 1fcf7c4aa3
commit 594e3a7789
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osm2pgsql";
version = "2.2.0";
version = "2.3.0";
src = fetchFromGitHub {
owner = "osm2pgsql-dev";
repo = "osm2pgsql";
rev = finalAttrs.version;
hash = "sha256-ZKSyMNc+EHY4QBTLtUiWiTMEcmAAbrV1xqxmvNF96f8=";
hash = "sha256-+l74TWD2CJr0vj2uNuCCf5EHHTVysKBqEeWHInF4Ols=";
};
postPatch = ''