mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
bpftune: 0-unstable-2025-03-07 -> 0-unstable-2025-03-20
This commit is contained in:
parent
750fef2a63
commit
f6d38c109d
1 changed files with 3 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue