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 62172c1 commit 3781c5eCopy full SHA for 3781c5e
pkgs/development/libraries/gdal/default.nix
@@ -83,13 +83,13 @@
83
84
stdenv.mkDerivation (finalAttrs: {
85
pname = "gdal" + lib.optionalString useMinimalFeatures "-minimal";
86
- version = "3.10.1";
+ version = "3.10.2";
87
88
src = fetchFromGitHub {
89
owner = "OSGeo";
90
repo = "gdal";
91
rev = "v${finalAttrs.version}";
92
- hash = "sha256-4XUDHN1RJPgURwTFPFu/9QRqW6XhLMydti9CRO6p7SI=";
+ hash = "sha256-PanWqieJU1opR8iAwGsAeAt5cPXNOkwT5E6D6xPNCWs=";
93
};
94
95
nativeBuildInputs =
0 commit comments