Merge pull request #277447 from NickCao/bpftune

bpftune: unstable-2023-09-11 -> unstable-2023-12-20
This commit is contained in:
Nick Cao 2023-12-29 11:04:41 -05:00 committed by GitHub
commit 3257eac335
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-09-11";
version = "unstable-2023-12-20";
src = fetchFromGitHub {
owner = "oracle";
repo = "bpftune";
rev = "22926812a555eac910eac0699100bac0f8776f1b";
hash = "sha256-BflJc5lYWYFIo9LzKfb34F4V1qOI8ywVjnzOLz605DI=";
rev = "0e6bca2e5880fcbaac6478c4042f5f9314e61463";
hash = "sha256-y9WQrQb9U5YdzKAR63FzC8V1+jZL027pzAmQPpgM3jM=";
};
postPatch = ''