Skip to content

Commit

Permalink
Merge pull request #96335 from r-ryantm/auto-update/klibc
Browse files Browse the repository at this point in the history
klibc: 2.0.7 -> 2.0.8
  • Loading branch information
marsam committed Aug 29, 2020
2 parents bff19e2 + c72b435 commit d05a57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/klibc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ in

stdenv.mkDerivation rec {
pname = "klibc";
version = "2.0.7";
version = "2.0.8";

src = fetchurl {
url = "mirror://kernel/linux/libs/klibc/2.0/klibc-${version}.tar.xz";
sha256 = "08li3aj9bvzabrih98jdxi3m19h85cp53s8cr7cqad42r8vjdvxb";
sha256 = "0dmlkhnn5q8fc6rkzsisir4chkzmmiq6xkjmvyvf0g7yihwz2j2f";
};

patches = [ ./no-reinstall-kernel-headers.patch ];
Expand Down

0 comments on commit d05a57e

Please sign in to comment.