File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
pkgs/development/libraries Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,12 @@ stdenv.mkDerivation (finalAttrs: {
9999 url = "https://github.com/OSGeo/gdal/commit/e873236abfb7885d0b987934041c6b61f6aea5d0.patch" ;
100100 hash = "sha256-iThP8Dfu6k6uhb+jB5Vs5P10UVeY6rLotdDAgX1v6vE=" ;
101101 } )
102+
103+ # Fix tests for PROJ 9.6.0
104+ ( fetchpatch {
105+ url = "https://github.com/OSGeo/gdal/commit/49ef64108b6875e5b90a4fb6cadd089e84fe53c1.patch" ;
106+ hash = "sha256-+HQvE5zxwCU03qRRjtzN9t7QgFfgRu4YZNZ9VRfKYEw=" ;
107+ } )
102108 ] ;
103109
104110 nativeBuildInputs =
Original file line number Diff line number Diff line change 1717
1818stdenv . mkDerivation ( finalAttrs : {
1919 pname = "proj" ;
20- version = "9.5.1 " ;
20+ version = "9.6.0 " ;
2121
2222 src = fetchFromGitHub {
2323 owner = "OSGeo" ;
2424 repo = "PROJ" ;
2525 rev = finalAttrs . version ;
26- hash = "sha256-gKfsuznAhq29sOw78gpQ7TNZ6xCgmDBad3TcqFzoWVc =" ;
26+ hash = "sha256-sY3AIvsQnV2zi38nJs/U6zTsIgIv4/CaZaxinCg5nEs =" ;
2727 } ;
2828
2929 patches = [
You can’t perform that action at this time.
0 commit comments