osm2pgsql: 2.3.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-07-05 13:32:33 +00:00
parent 8f7639a0d4
commit 88419eba7e
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osm2pgsql";
version = "2.3.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "osm2pgsql-dev";
repo = "osm2pgsql";
rev = finalAttrs.version;
hash = "sha256-+l74TWD2CJr0vj2uNuCCf5EHHTVysKBqEeWHInF4Ols=";
hash = "sha256-tvcnXsbHjke/25PKfWMANHI9K3CModTW8uxI2JxCWi4=";
};
postPatch = ''