summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-07 07:28:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-07 07:28:07 +0000
commit22a90ce5027161ca76075aafeb3896e9d5e0161e (patch)
tree458a90d26df06f7e41ac6c05ecd4382f36675e7e
parent473e97e434340625b7d93a5222ebddcf9ba9f36d (diff)
downloadnixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar.gz
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar.bz2
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar.lz
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar.xz
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.tar.zst
nixpkgs-22a90ce5027161ca76075aafeb3896e9d5e0161e.zip
bpftools: 5.19.8 -> 5.19.12
-rw-r--r--pkgs/os-specific/linux/bpftools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/bpftools/default.nix b/pkgs/os-specific/linux/bpftools/default.nix
index 640ab5f76a9..ec109753c20 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.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 ];