pahole 1.25 -> 1.26 https://repology.org/project/pahole/versions attrpath: pahole 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/tools/misc/pahole/default.nix b/pkgs/development/tools/misc/pahole/default.nix index 8b8d4e8c6e2f..275044ee40c0 100644 --- a/pkgs/development/tools/misc/pahole/default.nix +++ b/pkgs/development/tools/misc/pahole/default.nix @@ -13,10 +13,10 @@ stdenv.mkDerivation rec { pname = "pahole"; - version = "1.25"; + version = "1.26"; src = fetchzip { url = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-${version}.tar.gz"; - hash = "sha256-s0YVT2UnMSO8jS/4XCt06wNPV4czHH6bmZRy/snO3jg="; + hash = "sha256-Lf9Z4vHRFplMrUf4VhJ7EDPn+S4RaS1Emm0wyEcG2HU="; }; nativeBuildInputs = [ cmake pkg-config ]; Successfully finished processing cachix "/nix/store/1xx1ya42bzgirivdbrq6v7kdllrvp51r-pahole-1.26" 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/pahole/versions. meta.description for pahole is: Shows, manipulates, and pretty-prints debugging information in DWARF, CTF, and BTF formats meta.homepage for pahole is: https://git.kernel.org/pub/scm/devel/pahole/pahole.git/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.26 in filename of file in /nix/store/1xx1ya42bzgirivdbrq6v7kdllrvp51r-pahole-1.26 ---
Rebuild report (if merged into master) (click to expand) ``` 4441 total rebuild path(s) 4441 package rebuild(s) First fifty rebuilds by attrpath cryptodev gwe linux linux-libre linux-rt linux-rt_latest linuxKernel.kernels.linux_5_10 linuxKernel.kernels.linux_5_10_hardened linuxKernel.kernels.linux_5_15 linuxKernel.kernels.linux_5_15_hardened linuxKernel.kernels.linux_5_4 linuxKernel.kernels.linux_5_4_hardened linuxKernel.kernels.linux_6_1 linuxKernel.kernels.linux_6_1_hardened linuxKernel.kernels.linux_6_6 linuxKernel.kernels.linux_6_6_hardened linuxKernel.kernels.linux_6_7 linuxKernel.kernels.linux_6_7_hardened linuxKernel.kernels.linux_hardened linuxKernel.kernels.linux_latest_libre linuxKernel.kernels.linux_libre linuxKernel.kernels.linux_lqx linuxKernel.kernels.linux_rt_5_10 linuxKernel.kernels.linux_rt_5_15 linuxKernel.kernels.linux_rt_5_4 linuxKernel.kernels.linux_rt_6_1 linuxKernel.kernels.linux_rt_6_6 linuxKernel.kernels.linux_testing linuxKernel.kernels.linux_xanmod linuxKernel.kernels.linux_xanmod_latest linuxKernel.kernels.linux_xanmod_stable linuxKernel.kernels.linux_zen linuxKernel.packages.linux_4_19.acpi_call linuxKernel.packages.linux_4_19.akvcam linuxKernel.packages.linux_4_19.apfs linuxKernel.packages.linux_4_19.asus-ec-sensors linuxKernel.packages.linux_4_19.asus-wmi-sensors linuxKernel.packages.linux_4_19.ax99100 linuxKernel.packages.linux_4_19.batman_adv linuxKernel.packages.linux_4_19.bbswitch linuxKernel.packages.linux_4_19.broadcom_sta linuxKernel.packages.linux_4_19.can-isotp linuxKernel.packages.linux_4_19.ch9344 linuxKernel.packages.linux_4_19.chipsec linuxKernel.packages.linux_4_19.cryptodev linuxKernel.packages.linux_4_19.ddcci-driver linuxKernel.packages.linux_4_19.dddvb linuxKernel.packages.linux_4_19.decklink linuxKernel.packages.linux_4_19.digimend linuxKernel.packages.linux_4_19.dpdk ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1xx1ya42bzgirivdbrq6v7kdllrvp51r-pahole-1.26 \ --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 pahole https://github.com/r-ryantm/nixpkgs/archive/87433fa05a6217c7066060de3bdeacff1a2d992a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/87433fa05a6217c7066060de3bdeacff1a2d992a#pahole ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1xx1ya42bzgirivdbrq6v7kdllrvp51r-pahole-1.26 ls -la /nix/store/1xx1ya42bzgirivdbrq6v7kdllrvp51r-pahole-1.26/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @bosu @martinetd 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/292169