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.
1 parent fa6e1c6 commit 6480e5cCopy full SHA for 6480e5c
1 file changed
pkgs/development/libraries/geos/default.nix
@@ -1,18 +1,17 @@
1
{ lib
2
-, stdenv
3
, fetchurl
4
-, fetchpatch
5
-, cmake
+, stdenv
6
, testers
+, cmake
7
}:
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "geos";
11
- version = "3.11.1";
+ version = "3.11.2";
12
13
src = fetchurl {
14
url = "https://download.osgeo.org/geos/${finalAttrs.pname}-${finalAttrs.version}.tar.bz2";
15
- hash = "sha256-bQ6zz6n5LZR3Mcx18XUDVrO9/AfqAgVT2vavHHaOC+I=";
+ hash = "sha256-sfB3ZpSBxaPmKv/EnpbrBvKBmHpdNv2rIlIX5bgl5Mw=";
16
};
17
18
nativeBuildInputs = [ cmake ];
0 commit comments