2022-11-21T09:21:19 cfitsio 4.1.0 -> 4.2.0 https://repology.org/metapackage/cfitsio/versions 2022-11-21T09:21:21 attrpath: cfitsio 2022-11-21T09:21:21 Checking auto update branch... 2022-11-21T09:21:21 No auto update branch exists 2022-11-21T09:21:25 [version] 2022-11-21T09:21:32 [version] updated version and sha256 2022-11-21T09:21:32 [rustCrateVersion] 2022-11-21T09:21:32 [rustCrateVersion] No cargoSha256 found 2022-11-21T09:21:32 [golangModuleVersion] 2022-11-21T09:21:32 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-21T09:21:32 [updateScript] 2022-11-21T09:21:32 [updateScript] skipping because derivation has no updateScript 2022-11-21T09:21:32 2022-11-21T09:21:32 [quotedUrls] 2022-11-21T09:21:32 [quotedUrls] nothing found to replace 2022-11-21T09:21:33 Diff after rewrites: diff --git a/pkgs/development/libraries/science/astronomy/cfitsio/default.nix b/pkgs/development/libraries/science/astronomy/cfitsio/default.nix index e7e8dd04b07..8a6b72f5213 100644 --- a/pkgs/development/libraries/science/astronomy/cfitsio/default.nix +++ b/pkgs/development/libraries/science/astronomy/cfitsio/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "cfitsio"; - version = "4.1.0"; + version = "4.2.0"; src = fetchurl { url = "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-${version}.tar.gz"; - sha256 = "sha256-s2fGldKDGVjnFmkhw7NW1d+lGx7O5QW5dBa6OdG2wXo="; + sha256 = "sha256-66U9Gz9uNFYyuwmnt1LsfO09Y+xRU6hIOA84gMXWGIk="; }; buildInputs = [ bzip2 zlib ]; 2022-11-21T09:23:03 Successfully finished processing 2022-11-21T09:23:03 cachix "/nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0" 2022-11-21T09:23:04 [check][nixpkgs-review] 2022-11-21T10:08:06 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-21T10:08:06 nixpkgs-review took longer than 45m and timed out 2022-11-21T10:08:10 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/cfitsio/versions. meta.description for cfitsio is: "Library for reading and writing FITS data files" meta.homepage for cfitsio is: "https://heasarc.gsfc.nasa.gov/fitsio/" meta.changelog for cfitsio is: "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt" ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.2.0 with grep in /nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0 - found 4.2.0 in filename of file in /nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0 ---
Rebuild report (if merged into master) (click to expand) ``` 97 total rebuild path(s) 97 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile cfitsio cloudcompare entwine faircamp gdal gildas gmt gnuastro gplates grafana-image-renderer grass gwyddion haskellPackages.gi-vips imgproxy indi-full indilib joplin kstars libLAS libsForQt5.gwenview libsForQt512.gwenview libsForQt514.gwenview libsForQt515.gwenview mapcache mapnik mapproxy mapserver merkaartor mysql-workbench nip2 nufraw nufraw-thumbnailer octavePackages.fits openorienteering-mapper paraview pdal perl534Packages.Tirex perl536Packages.Tirex phd2 photoflow plasma5Packages.gwenview postgresql11Packages.postgis postgresql12Packages.postgis postgresql13Packages.postgis postgresql14Packages.postgis postgresql15Packages.postgis postgresqlPackages.postgis python310Packages.asf-search ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0 \ --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 cfitsio https://github.com/r-ryantm/nixpkgs/archive/f8eea402836c5f7f538b2b380c977503873b306a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0 ls -la /nix/store/fq7qhrn884cj5vp3rr6gwhdc8p51igq6-cfitsio-4.2.0/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 @xbreak @hjones2199 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). 2022-11-21T10:08:12 https://api.github.com/repos/NixOS/nixpkgs/pulls/202171