bpftune: 0-unstable-2025-03-07 -> 0-unstable-2025-03-20

This commit is contained in:
R. Ryantm 2025-03-20 21:25:05 +00:00
parent 750fef2a63
commit f6d38c109d

View file

@ -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 = ''