Skip to content

Commit

Permalink
geos: 3.11.1 -> 3.11.2
Browse files Browse the repository at this point in the history
This change also removes unused `fetchpatch` function.
  • Loading branch information
imincik committed Mar 20, 2023
1 parent fa6e1c6 commit 6480e5c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/development/libraries/geos/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{ lib
, stdenv
, fetchurl
, fetchpatch
, cmake
, stdenv
, testers
, cmake
}:

stdenv.mkDerivation (finalAttrs: {
pname = "geos";
version = "3.11.1";
version = "3.11.2";

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

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 6480e5c

Please sign in to comment.