Skip to content

Commit 922ce16

Browse files
osm2pgsql: 2.0.1 -> 2.1.0 (NixOS#396960)
Co-authored-by: sikmir <[email protected]>
2 parents e4b43e2 + 9d37630 commit 922ce16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/os/osm2pgsql/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
stdenv.mkDerivation (finalAttrs: {
2727
pname = "osm2pgsql";
28-
version = "2.0.1";
28+
version = "2.1.0";
2929

3030
src = fetchFromGitHub {
3131
owner = "osm2pgsql-dev";
3232
repo = "osm2pgsql";
3333
rev = finalAttrs.version;
34-
hash = "sha256-+EFvYloLm/cDOflqj6ZIgjFoljKhYBVIKxD8L9j2Hj4=";
34+
hash = "sha256-YKlw/YIRogu0AbkRA3kZ4j4tbbVYbgVcLVYifYarmjE=";
3535
};
3636

3737
postPatch = ''

0 commit comments

Comments
 (0)