From 23e63a482b493618cb42c5dc26cfc24099d093b1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 9 Mar 2025 04:29:50 +0000 Subject: [PATCH] bpftune: 0-unstable-2025-02-13 -> 0-unstable-2025-03-07 --- 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 44b771e9d9e2..c2ccdd2d2825 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-02-13"; + version = "0-unstable-2025-03-07"; src = fetchFromGitHub { owner = "oracle"; repo = "bpftune"; - rev = "2f73157b0e6f15034d898f3f92a376e89c3e3819"; - hash = "sha256-0hgTJkGEU1xw2aCvTbhMVOz6EKtICrBqVPwIh5vxCOI="; + rev = "744bd48eccb536d6e9c782f635130dbf322e8a32"; + hash = "sha256-pjFqq5KeG1ptTEo8ENiqC/QkDPqQG4VPR2GDvcBPwH8="; }; postPatch = ''