From 192b63e2250cf015e3c0cb86f271b9732333fe31 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sun, 18 Sep 2022 08:26:51 +0200 Subject: bpftools: revert version to the one that's fully rebuilt That's before 9f80f6bfa96d (PR #191364). --- pkgs/os-specific/linux/bpftools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/bpftools/default.nix b/pkgs/os-specific/linux/bpftools/default.nix index b042654fede17..640ab5f76a96e 100644 --- a/pkgs/os-specific/linux/bpftools/default.nix +++ b/pkgs/os-specific/linux/bpftools/default.nix @@ -8,11 +8,11 @@ stdenv.mkDerivation rec { pname = "bpftools"; - version = "5.19.9"; + version = "5.19.8"; src = fetchurl { url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz"; - sha256 = "0dvzjbyknzlx4ndz77fsm6v28fj2chxbq1z85fbc3bckcscbbm8a"; + sha256 = "1kl7fifsa6vsm34xg3kd2svhx18n771hfj67nhwnlalmb9whhqv1"; }; nativeBuildInputs = [ python3 bison flex ]; -- cgit 1.4.1