Skip to content

Commit ababf98

Browse files
authored
proj: 9.5.1 -> 9.6.0 (#390134)
2 parents 0fbffad + 452589d commit ababf98

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pkgs/development/libraries/gdal/default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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 =

pkgs/development/libraries/proj/default.nix

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

1818
stdenv.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 = [

0 commit comments

Comments
 (0)