Unverified Commit ff4546dd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

bpftrace: 0.25.0 -> 0.25.1 (#503478)

parents 2c3827de bb708cf6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "bpftrace";
  version = "0.25.0";
  version = "0.25.1";

  src = fetchFromGitHub {
    owner = "bpftrace";
    repo = "bpftrace";
    rev = "v${version}";
    hash = "sha256-N3XrfFfcw5j9EbX0fSz8GrD2+DjBxa89+c1yUYOwmwQ=";
    hash = "sha256-nVBIS6cgCY9ZhzVrWBY6hXI0se9zAWMKnvHuJap3x3c=";
  };

  buildInputs = with llvmPackages; [