Skip to content

Commit d00a63a

Browse files
authored
libspatialindex: 2.0.0 -> 2.1.0 (NixOS#367528)
2 parents 233d7cc + 3221a34 commit d00a63a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libspatialindex/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "libspatialindex";
11-
version = "2.0.0";
11+
version = "2.1.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "libspatialindex";
1515
repo = "libspatialindex";
1616
rev = finalAttrs.version;
17-
hash = "sha256-hZyAXz1ddRStjZeqDf4lYkV/g0JLqLy7+GrSUh75k20=";
17+
hash = "sha256-a2CzRLHdQMnVhHZhwYsye4X644r8gp1m6vU2CJpSRpU=";
1818
};
1919

2020
postPatch = ''

0 commit comments

Comments
 (0)