freeipmi 1.6.11 -> 1.6.14 https://repology.org/project/freeipmi/versions attrpath: freeipmi Checking auto update branch... An auto update branch exists with message `freeipmi: 1.6.11 -> 1.6.13`. New version is 1.6.14. The auto update branch does not match or exceed the new version. [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/tools/system/freeipmi/default.nix b/pkgs/tools/system/freeipmi/default.nix index f61e455268b7..9fe830aa4d51 100644 --- a/pkgs/tools/system/freeipmi/default.nix +++ b/pkgs/tools/system/freeipmi/default.nix @@ -1,12 +1,12 @@ { buildPackages, fetchurl, lib, stdenv, libgcrypt, readline, libgpg-error }: stdenv.mkDerivation rec { - version = "1.6.11"; + version = "1.6.14"; pname = "freeipmi"; src = fetchurl { url = "mirror://gnu/freeipmi/${pname}-${version}.tar.gz"; - sha256 = "sha256-ZfvWkQ/AEEV3SGlUFPJ8V1W06NdXNCISIfOFjGIwqJc="; + sha256 = "sha256-Gj2sXHa3zMTU+GqhK475shK673SJvwXombiau34U7bU="; }; depsBuildBuild = [ buildPackages.stdenv.cc ]; Successfully finished processing cachix "/nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages failed to build:
9 packages built:
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/freeipmi/versions. meta.description for freeipmi is: Implementation of the Intelligent Platform Management Interface meta.homepage for freeipmi is: https://www.gnu.org/software/freeipmi/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.6.14 with grep in /nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14 - found 1.6.14 in filename of file in /nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14 ---
Rebuild report (if merged into master) (click to expand) ``` 10 total rebuild path(s) 10 package rebuild(s) First fifty rebuilds by attrpath freeipmi netdata netdataCloud nut prometheus-ipmi-exporter python311Packages.pyslurm python312Packages.pyslurm slurm slurm-spank-stunnel slurm-spank-x11 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14 \ --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 freeipmi https://github.com/r-ryantm/nixpkgs/archive/863a8f368f4167bf9c7ea6dd82bf99a895e45932.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/863a8f368f4167bf9c7ea6dd82bf99a895e45932#freeipmi ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14 ls -la /nix/store/53fmk7w6v7irx6g9h6rjv8l99b6fx3yr-freeipmi-1.6.14/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages failed to build:
9 packages built:
--- ###### Maintainer pings cc @7c6f434c 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/284433