bpftools: revert version to the one that's fully rebuilt

That's before 9f80f6bfa9 (PR #191364).
This commit is contained in:
Vladimír Čunát 2022-09-18 08:26:51 +02:00
parent f12d2f016b
commit 192b63e225
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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 ];