From f6d38c109d02ee81b176094fb03e4105a7673d79 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 20 Mar 2025 21:25:05 +0000 Subject: [PATCH] bpftune: 0-unstable-2025-03-07 -> 0-unstable-2025-03-20 --- pkgs/by-name/bp/bpftune/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bp/bpftune/package.nix b/pkgs/by-name/bp/bpftune/package.nix index c2ccdd2d2825..8f3ca13e6329 100644 --- a/pkgs/by-name/bp/bpftune/package.nix +++ b/pkgs/by-name/bp/bpftune/package.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "bpftune"; - version = "0-unstable-2025-03-07"; + version = "0-unstable-2025-03-20"; src = fetchFromGitHub { owner = "oracle"; repo = "bpftune"; - rev = "744bd48eccb536d6e9c782f635130dbf322e8a32"; - hash = "sha256-pjFqq5KeG1ptTEo8ENiqC/QkDPqQG4VPR2GDvcBPwH8="; + rev = "8c6a3ffc09265bd44ed89b75c400ef97959d1aff"; + hash = "sha256-TQ8WaGvMcvyeZC4B9gSjJ2k5NOxpTaV4n7Qi36aA78Q="; }; postPatch = ''