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 789d5d0 commit 668a520Copy full SHA for 668a520
pkgs/development/libraries/geos/default.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "geos";
13
- version = "3.13.0";
+ version = "3.13.1";
14
15
src = fetchFromGitHub {
16
owner = "libgeos";
17
repo = "geos";
18
tag = finalAttrs.version;
19
- hash = "sha256-WcE5dbfbeq9uCRgfVgiA3MTOisRpilXxjquEM5aKTCc=";
+ hash = "sha256-zPVP01AMIBKMnKi6Sq++CIaVZb5JA1v8/QAdGzKdL8Y=";
20
};
21
22
nativeBuildInputs = [ cmake ];
0 commit comments