1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linuxPackages.bpftrace: 0.9.1 -> 0.9.2

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2019-10-14 10:50:34 -05:00
parent 288c2de3c5
commit 0ea34f70c3
No known key found for this signature in database
GPG key ID: 25D2038DEB08021D

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "refs/tags/v${version}";
sha256 = "17qf1c3h99iyxkc0xzix4jnxwqvxbg9ki23zm7l04qw73lj01g1m";
sha256 = "19lblnhx3p0qk8s3qgxrx9wl0d6dgz5dfp4gw6a6cvhhyn78cldm";
};
enableParallelBuilding = true;