about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-03 22:25:15 +0200
committerGitHub <noreply@github.com>2023-03-03 22:25:15 +0200
commit0de4a6858c8fe3a831256ff8798cdf90373fd00f (patch)
tree5d4217f7410f04deed9e3ebdaecfa608f164be13 /pkgs/os-specific
parent91d40b6a629dc86221dff0675db8217d7d2cf2e1 (diff)
parent31b4130b7c1f34931a4ac603799392883f7901ce (diff)
Merge pull request #219109 from r-ryantm/auto-update/klibc
klibc: 2.0.11 -> 2.0.12
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/klibc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/klibc/default.nix b/pkgs/os-specific/linux/klibc/default.nix
index 1a194421a6bc6..36128a081a245 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 ];