bpftools: revert version to the one that's fully rebuilt
That's before 9f80f6bfa9
(PR #191364).
This commit is contained in:
parent
f12d2f016b
commit
192b63e225
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user