bpftrace 0.20.0 -> 0.20.1 https://github.com/iovisor/bpftrace/releases attrpath: bpftrace 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/os-specific/linux/bpftrace/default.nix b/pkgs/os-specific/linux/bpftrace/default.nix index d1cd6ff0cdfb..984eee759451 100644 --- a/pkgs/os-specific/linux/bpftrace/default.nix +++ b/pkgs/os-specific/linux/bpftrace/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "bpftrace"; - version = "0.20.0"; + version = "0.20.1"; src = fetchFromGitHub { owner = "iovisor"; repo = "bpftrace"; rev = "v${version}"; - hash = "sha256-IfceH4OSlL0J9O7ZF3vYzvoRM/NFlevC6LChH5+p9CY="; + hash = "sha256-jgM01G0zhaXNd2FiZwQb13O2/mXS971gUSGOAnrJLTQ="; }; Successfully finished processing cachix "/nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/iovisor/bpftrace/releases. meta.description for bpftrace is: High-level tracing language for Linux eBPF meta.homepage for bpftrace is: https://github.com/iovisor/bpftrace meta.changelog for bpftrace is: https://github.com/iovisor/bpftrace/releases/tag/v0.20.1 ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/iovisor/bpftrace/releases/tag/v0.20.1) - [Compare changes on GitHub](https://github.com/iovisor/bpftrace/compare/v0.20.0...v0.20.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.20.1 with grep in /nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1 - found 0.20.1 in filename of file in /nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1 ---
Rebuild report (if merged into master) (click to expand) ``` 43 total rebuild path(s) 43 package rebuild(s) First fifty rebuilds by attrpath bpftrace linuxKernel.packages.linux_4_19.bpftrace linuxKernel.packages.linux_4_19_hardened.bpftrace linuxKernel.packages.linux_5_10.bpftrace linuxKernel.packages.linux_5_10_hardened.bpftrace linuxKernel.packages.linux_5_15.bpftrace linuxKernel.packages.linux_5_15_hardened.bpftrace linuxKernel.packages.linux_5_4.bpftrace linuxKernel.packages.linux_5_4_hardened.bpftrace linuxKernel.packages.linux_6_1.bpftrace linuxKernel.packages.linux_6_1_hardened.bpftrace linuxKernel.packages.linux_6_5.bpftrace linuxKernel.packages.linux_6_5_hardened.bpftrace linuxKernel.packages.linux_6_6.bpftrace linuxKernel.packages.linux_6_6_hardened.bpftrace linuxKernel.packages.linux_6_7.bpftrace linuxKernel.packages.linux_6_7_hardened.bpftrace linuxKernel.packages.linux_hardened.bpftrace linuxKernel.packages.linux_latest_libre.bpftrace linuxKernel.packages.linux_libre.bpftrace linuxKernel.packages.linux_lqx.bpftrace linuxKernel.packages.linux_xanmod.bpftrace linuxKernel.packages.linux_xanmod_latest.bpftrace linuxKernel.packages.linux_xanmod_stable.bpftrace linuxKernel.packages.linux_zen.bpftrace linuxPackages-libre.bpftrace linuxPackages.bpftrace linuxPackages_4_19_hardened.bpftrace linuxPackages_5_10_hardened.bpftrace linuxPackages_5_15_hardened.bpftrace linuxPackages_5_4_hardened.bpftrace linuxPackages_6_1_hardened.bpftrace linuxPackages_6_5_hardened.bpftrace linuxPackages_6_6_hardened.bpftrace linuxPackages_6_7_hardened.bpftrace linuxPackages_hardened.bpftrace linuxPackages_latest-libre.bpftrace linuxPackages_latest.bpftrace linuxPackages_lqx.bpftrace linuxPackages_xanmod.bpftrace linuxPackages_xanmod_latest.bpftrace linuxPackages_xanmod_stable.bpftrace linuxPackages_zen.bpftrace ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1 \ --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 bpftrace https://github.com/r-ryantm/nixpkgs/archive/3a7f143a4fad72c96b742aff5c548815be297d54.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3a7f143a4fad72c96b742aff5c548815be297d54#bpftrace ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1 ls -la /nix/store/28afswc0q43k1fkjjgkzfjr3rairkjpg-bpftrace-0.20.1/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)
2 packages built:
--- ###### Maintainer pings cc @rvl @thoughtpolice @martinetd @mfrw 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/284968