gdal 3.8.3 -> 3.8.4 https://github.com/OSGeo/gdal/releases attrpath: gdal Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 11228c572e34..64801dd5b714 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -79,13 +79,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gdal"; - version = "3.8.3"; + version = "3.8.4"; src = fetchFromGitHub { owner = "OSGeo"; repo = "gdal"; rev = "v${finalAttrs.version}"; - hash = "sha256-GYBGGZ2bobVYElO0WJrsQzLMdNR5AfQwgdjBtPeGH1g="; + hash = "sha256-R9VLof13OXPbWGHOG1Q4WZWSPoF739C6WuNWxoIwKTw="; }; nativeBuildInputs = [ Successfully finished processing cachix "/nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/OSGeo/gdal/releases. meta.description for gdal is: Translator library for raster geospatial data formats meta.homepage for gdal is: https://www.gdal.org/ meta.changelog for gdal is: https://github.com/OSGeo/gdal/blob/v3.8.4/NEWS.md ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/OSGeo/gdal/releases/tag/v3.8.4) - [Compare changes on GitHub](https://github.com/OSGeo/gdal/compare/v3.8.3...v3.8.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.8.4 with grep in /nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4 - found 3.8.4 in filename of file in /nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4 ---
Rebuild report (if merged into master) (click to expand) ``` 63 total rebuild path(s) 63 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile cloudcompare entwine gdal gdalMinimal gmt gplates grass haskellPackages.hgdal mapcache mapnik mapproxy mapserver merkaartor mysql-workbench octavePackages.mapping openorienteering-mapper paraview pdal perl536Packages.Tirex perl538Packages.Tirex postgresql12JitPackages.postgis postgresql12Packages.postgis postgresql13JitPackages.postgis postgresql13Packages.postgis postgresql14JitPackages.postgis postgresql14Packages.postgis postgresql15JitPackages.postgis postgresql15Packages.postgis postgresql16JitPackages.postgis postgresql16Packages.postgis postgresqlJitPackages.postgis postgresqlPackages.postgis python311Packages.bsuite python311Packages.cartopy python311Packages.django-bootstrap4 python311Packages.fiona python311Packages.folium python311Packages.gdal python311Packages.geopandas python311Packages.osmnx python311Packages.plotnine python311Packages.pygmt python311Packages.python-mapnik python311Packages.rasterio python311Packages.wktutils python311Packages.worldengine python312Packages.fiona python312Packages.gdal ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gdal https://github.com/r-ryantm/nixpkgs/archive/54e19cf5a37dc9726c1b8dc4ebb028848c7019ef.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/54e19cf5a37dc9726c1b8dc4ebb028848c7019ef#gdal ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4 ls -la /nix/store/mv58q0m2s8hgclyid7rmwji1vq59jqsv-gdal-3.8.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @imincik @nh2 @nialov @r-burns @sikmir @willcohen @MarcWeber @dotlambda for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/289880