Skip to content

Commit 6480e5c

Browse files
committed
geos: 3.11.1 -> 3.11.2
This change also removes unused `fetchpatch` function.
1 parent fa6e1c6 commit 6480e5c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pkgs/development/libraries/geos/default.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{ lib
2-
, stdenv
32
, fetchurl
4-
, fetchpatch
5-
, cmake
3+
, stdenv
64
, testers
5+
, cmake
76
}:
87

98
stdenv.mkDerivation (finalAttrs: {
109
pname = "geos";
11-
version = "3.11.1";
10+
version = "3.11.2";
1211

1312
src = fetchurl {
1413
url = "https://download.osgeo.org/geos/${finalAttrs.pname}-${finalAttrs.version}.tar.bz2";
15-
hash = "sha256-bQ6zz6n5LZR3Mcx18XUDVrO9/AfqAgVT2vavHHaOC+I=";
14+
hash = "sha256-sfB3ZpSBxaPmKv/EnpbrBvKBmHpdNv2rIlIX5bgl5Mw=";
1615
};
1716

1817
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)