klibc 2.0.11 -> 2.0.12 https://repology.org/metapackage/klibc/versions attrpath: klibc 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/os-specific/linux/klibc/default.nix b/pkgs/os-specific/linux/klibc/default.nix index 1a194421a6b..36128a081a2 100644 --- a/pkgs/os-specific/linux/klibc/default.nix +++ b/pkgs/os-specific/linux/klibc/default.nix @@ -9,11 +9,11 @@ in stdenv.mkDerivation rec { pname = "klibc"; - version = "2.0.11"; + version = "2.0.12"; src = fetchurl { url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz"; - hash = "sha256-XrMOXh7HPcTjhMYLuUOvicUxdMgvh3Ev3TTdMoZNX2A="; + hash = "sha256-cfgWoNOr46uotGMZrlyhR+eno4QBs/XiYgJfTcCMR10="; }; patches = [ ./no-reinstall-kernel-headers.patch ]; Successfully finished processing cachix "/nix/store/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
21 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/metapackage/klibc/versions. meta.description for klibc is: Minimalistic libc subset for initramfs usage meta.homepage for klibc is: https://kernel.org/pub/linux/libs/klibc/ ###### 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 2.0.12 with grep in /nix/store/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12 - found 2.0.12 in filename of file in /nix/store/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12 ---
Rebuild report (if merged into master) (click to expand) ``` 43 total rebuild path(s) 43 package rebuild(s) First fifty rebuilds by attrpath klibc klibcShrunk linuxKernel.packages.hardkernel_4_14.v86d linuxKernel.packages.linux_4_14.v86d linuxKernel.packages.linux_4_14_hardened.v86d linuxKernel.packages.linux_4_19.v86d linuxKernel.packages.linux_4_19_hardened.v86d linuxKernel.packages.linux_5_10.v86d linuxKernel.packages.linux_5_10_hardened.v86d linuxKernel.packages.linux_5_15.v86d linuxKernel.packages.linux_5_15_hardened.v86d linuxKernel.packages.linux_5_4.v86d linuxKernel.packages.linux_5_4_hardened.v86d linuxKernel.packages.linux_6_1.v86d linuxKernel.packages.linux_6_1_hardened.v86d linuxKernel.packages.linux_6_2.v86d linuxKernel.packages.linux_hardened.v86d linuxKernel.packages.linux_latest_libre.v86d linuxKernel.packages.linux_libre.v86d linuxKernel.packages.linux_lqx.v86d linuxKernel.packages.linux_testing_bcachefs.v86d linuxKernel.packages.linux_xanmod.v86d linuxKernel.packages.linux_xanmod_latest.v86d linuxKernel.packages.linux_xanmod_stable.v86d linuxKernel.packages.linux_zen.v86d linuxPackages-libre.v86d linuxPackages.v86d linuxPackages_4_14_hardened.v86d linuxPackages_4_19_hardened.v86d linuxPackages_5_10_hardened.v86d linuxPackages_5_15_hardened.v86d linuxPackages_5_4_hardened.v86d linuxPackages_6_1_hardened.v86d linuxPackages_hardened.v86d linuxPackages_hardkernel_latest.v86d linuxPackages_latest-libre.v86d linuxPackages_latest.v86d linuxPackages_lqx.v86d linuxPackages_testing_bcachefs.v86d linuxPackages_xanmod.v86d linuxPackages_xanmod_latest.v86d linuxPackages_xanmod_stable.v86d linuxPackages_zen.v86d ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12 \ --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 klibc https://github.com/r-ryantm/nixpkgs/archive/31b4130b7c1f34931a4ac603799392883f7901ce.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/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12 ls -la /nix/store/fr6aajdvkxs71a8844a9d7nbkss2bg6f-klibc-2.0.12/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)
1 package marked as broken and skipped:
21 packages built:
--- ###### Maintainer pings cc @fpletz 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/219109 klibc 2.0.11 -> 2.0.12 https://repology.org/metapackage/klibc/versions attrpath: klibc Checking auto update branch... An auto update branch exists with message `klibc: 2.0.11 -> 2.0.12`. New version is 2.0.12. An auto update branch exists with an equal or greater version