armadillo 12.8.1 -> 12.8.2 https://repology.org/project/armadillo/versions attrpath: armadillo 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/armadillo/default.nix b/pkgs/development/libraries/armadillo/default.nix index e0c9f5b035e3..f7e93699968f 100644 --- a/pkgs/development/libraries/armadillo/default.nix +++ b/pkgs/development/libraries/armadillo/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "armadillo"; - version = "12.8.1"; + version = "12.8.2"; src = fetchurl { url = "mirror://sourceforge/arma/armadillo-${version}.tar.xz"; - hash = "sha256-J4HdOmzF+aSckaRRnd4rHCQzWlv+DMHJiBtjYxQkUrQ="; + hash = "sha256-A7YvjAnk9ddGQ7R4UgdBuOJ7VefkUll4/K4vXXkaw78="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 120m and timed out nixpkgs-review took longer than 120m 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://repology.org/project/armadillo/versions. meta.description for armadillo is: C++ linear algebra library meta.homepage for armadillo is: https://arma.sourceforge.net ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 12.8.2 with grep in /nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2 - found 12.8.2 in filename of file in /nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2 ---
Rebuild report (if merged into master) (click to expand) ``` 61 total rebuild path(s) 61 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile armadillo cloudcompare entwine gdal gmt gnss-sdr gplates grass haskellPackages.hgdal in-formant mapcache mapnik mapproxy mapserver merkaartor mysql-workbench octavePackages.mapping openmolcas openorienteering-mapper paraview pdal perl536Packages.Tirex perl538Packages.Tirex 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.bsuite python312Packages.django-bootstrap4 python312Packages.fiona python312Packages.folium python312Packages.gdal python312Packages.geopandas python312Packages.osmnx python312Packages.plotnine python312Packages.pygmt python312Packages.rasterio python312Packages.wktutils ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2 \ --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 armadillo https://github.com/r-ryantm/nixpkgs/archive/cd3234917032e8618b01c880019f51ef27cce8da.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/cd3234917032e8618b01c880019f51ef27cce8da#armadillo ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2 ls -la /nix/store/vs72rd2n5pxcan8x8cs2c5l9gqqmq0ys-armadillo-12.8.2/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 120m and timed out --- ###### Maintainer pings cc @juliendehos @knedlsepp 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/301256