Merge pull request #250727 from Tungsten842/bpftune

bpftune: unstable-2023-08-02 -> unstable-2023-08-22
This commit is contained in:
Nick Cao 2023-08-22 21:28:05 +08:00 committed by GitHub
commit f5429644ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "bpftune";
version = "unstable-2023-08-02";
version = "unstable-2023-08-22";
src = fetchFromGitHub {
owner = "oracle-samples";
owner = "oracle";
repo = "bpftune";
rev = "f7e051a011d581a3c667b7f7b769862407d85f04";
hash = "sha256-1tfr2vB/XRnpGJVwo2NQkXomz+J6AzvpS1P3rcAyAyI=";
rev = "ae3047976d6ba8c3ec7c21ec8c85b92d11c64169";
hash = "sha256-yXfS3zrUxRlmWsXyDpPhvYDqgYFQTAZ2dlmiQp6/zVQ=";
};
postPatch = ''