Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gdal: 3.8.4 -> 3.8.5

+2 -2
+2 -2
pkgs/development/libraries/gdal/default.nix
··· 80 80 81 81 stdenv.mkDerivation (finalAttrs: { 82 82 pname = "gdal"; 83 - version = "3.8.4"; 83 + version = "3.8.5"; 84 84 85 85 src = fetchFromGitHub { 86 86 owner = "OSGeo"; 87 87 repo = "gdal"; 88 88 rev = "v${finalAttrs.version}"; 89 - hash = "sha256-R9VLof13OXPbWGHOG1Q4WZWSPoF739C6WuNWxoIwKTw="; 89 + hash = "sha256-Z+mYlyOX9vJ772qwZMQfCbD/V7RL6+9JLHTzoZ55ot0="; 90 90 }; 91 91 92 92 patches = [