osm2pgsql: 2.0.1 -> 2.1.0 (#396960)

Co-authored-by: sikmir <sikmir@disroot.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-08 18:00:10 +00:00
committed by GitHub
co-authored by sikmir
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "osm2pgsql";
version = "2.0.1";
version = "2.1.0";
src = fetchFromGitHub {
owner = "osm2pgsql-dev";
repo = "osm2pgsql";
rev = finalAttrs.version;
hash = "sha256-+EFvYloLm/cDOflqj6ZIgjFoljKhYBVIKxD8L9j2Hj4=";
hash = "sha256-YKlw/YIRogu0AbkRA3kZ4j4tbbVYbgVcLVYifYarmjE=";
};
postPatch = ''