We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2235ae + 2701c48 commit bc99c87Copy full SHA for bc99c87
pkgs/by-name/bp/bpftrace/package.nix
@@ -21,13 +21,13 @@
21
22
stdenv.mkDerivation rec {
23
pname = "bpftrace";
24
- version = "0.22.1";
+ version = "0.23.0";
25
26
src = fetchFromGitHub {
27
owner = "bpftrace";
28
repo = "bpftrace";
29
rev = "v${version}";
30
- hash = "sha256-3qtErf3+T73DE40d6F8vFK1TdHcM/56AYFGGzxpRIug=";
+ hash = "sha256-OAT8nw5fFhKINK8Jy+RJXSvfU40G4fpR/5J1GPoyewY=";
31
};
32
33
buildInputs = with llvmPackages; [
0 commit comments