We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b43e2 + 9d37630 commit 922ce16Copy full SHA for 922ce16
pkgs/by-name/os/osm2pgsql/package.nix
@@ -25,13 +25,13 @@
25
26
stdenv.mkDerivation (finalAttrs: {
27
pname = "osm2pgsql";
28
- version = "2.0.1";
+ version = "2.1.0";
29
30
src = fetchFromGitHub {
31
owner = "osm2pgsql-dev";
32
repo = "osm2pgsql";
33
rev = finalAttrs.version;
34
- hash = "sha256-+EFvYloLm/cDOflqj6ZIgjFoljKhYBVIKxD8L9j2Hj4=";
+ hash = "sha256-YKlw/YIRogu0AbkRA3kZ4j4tbbVYbgVcLVYifYarmjE=";
35
};
36
37
postPatch = ''
0 commit comments