Merge pull request #192017 from r-ryantm/auto-update/bpftools

This commit is contained in:
Martin Weinelt 2022-10-13 23:17:42 +02:00 committed by GitHub
commit 1c9cf5d1c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "bpftools";
version = "5.19.8";
version = "5.19.12";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v5.x/linux-${version}.tar.xz";
sha256 = "1kl7fifsa6vsm34xg3kd2svhx18n771hfj67nhwnlalmb9whhqv1";
sha256 = "sha256-xDalSMcxLOb8WjRyy+rYle749ShB++fHH9jki9/isLo=";
};
nativeBuildInputs = [ python3 bison flex ];