2022-12-24T01:39:35 matio 1.5.22 -> 1.5.23 https://repology.org/metapackage/matio/versions 2022-12-24T01:39:37 attrpath: matio 2022-12-24T01:39:38 Checking auto update branch... 2022-12-24T01:39:38 No auto update branch exists 2022-12-24T01:39:41 [version] 2022-12-24T01:39:46 [version] updated version and sha256 2022-12-24T01:39:46 [rustCrateVersion] 2022-12-24T01:39:46 [rustCrateVersion] No cargoSha256 found 2022-12-24T01:39:46 [golangModuleVersion] 2022-12-24T01:39:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-24T01:39:46 [updateScript] 2022-12-24T01:39:46 [updateScript] skipping because derivation has no updateScript 2022-12-24T01:39:46 2022-12-24T01:39:46 [quotedUrls] 2022-12-24T01:39:46 [quotedUrls] nothing found to replace 2022-12-24T01:39:46 Diff after rewrites: diff --git a/pkgs/development/libraries/matio/default.nix b/pkgs/development/libraries/matio/default.nix index c92c712e150..a1aee4dd8f5 100644 --- a/pkgs/development/libraries/matio/default.nix +++ b/pkgs/development/libraries/matio/default.nix @@ -1,10 +1,10 @@ { lib, stdenv, fetchurl }: stdenv.mkDerivation rec { pname = "matio"; - version = "1.5.22"; + version = "1.5.23"; src = fetchurl { url = "mirror://sourceforge/matio/${pname}-${version}.tar.gz"; - sha256 = "sha256-gMPR4iLhFXaLV7feZAo30O58t6O9A52z6pQecfxSBMM="; + sha256 = "sha256-n5Hq5mHfRupTwxGhstz/cgUQlbAjxhLXy/wJQGyfTW4="; }; meta = with lib; { 2022-12-24T01:41:28 Successfully finished processing 2022-12-24T01:41:28 cachix "/nix/store/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23" 2022-12-24T01:41:32 [check][nixpkgs-review] 2022-12-24T01:56:19 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages failed to build:
15 packages built:
2022-12-24T01:56:21 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/matio/versions. meta.description for matio is: "A C library for reading and writing Matlab MAT files" meta.homepage for matio is: "http://matio.sourceforge.net/" meta.changelog for matio is: "" ###### 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 1.5.23 with grep in /nix/store/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23 - found 1.5.23 in filename of file in /nix/store/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23 ---
Rebuild report (if merged into master) (click to expand) ``` 22 total rebuild path(s) 22 package rebuild(s) First fifty rebuilds by attrpath faircamp gnss-sdr grafana-image-renderer haskellPackages.gi-vips imaginary imgproxy joplin mathematica mathematica-cuda mathematica10 mathematica11 mathematica9 matio nip2 photoflow python310Packages.pyvips python39Packages.pyvips rubyPackages.ruby-vips rubyPackages_2_7.ruby-vips rubyPackages_3_0.ruby-vips rubyPackages_3_1.ruby-vips vips ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23 \ --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 matio https://github.com/r-ryantm/nixpkgs/archive/09bf072091111c87873ec07ce9b9bd4b4f848609.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/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23 ls -la /nix/store/945h11570gfhbqzq3pn2vj00gp675d65-matio-1.5.23/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
5 packages failed to build:
15 packages built:
--- ###### Maintainer pings 2022-12-24T01:56:23 https://api.github.com/repos/NixOS/nixpkgs/pulls/207492