Skip to content

Commit

Permalink
linuxPackages.bpftrace: 0.12.0 -> 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed May 17, 2021
1 parent 0bae4a3 commit 1c56324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/bpftrace/default.nix
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.12.0";
version = "0.12.1";

src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
sha256 = "0njbixkrpdl9gjnkzg0ybmqsva0ydfda5vms66v8ij7xida2qy07";
sha256 = "sha256-DZO47AH506DBVH/AuvOF3JfpRxv/D/lmzVg8WOH9Dqo=";
};

buildInputs = with llvmPackages;
Expand Down

0 comments on commit 1c56324

Please sign in to comment.