linuxPackages.bpftrace: 0.9.2 -> 0.9.3

This commit is contained in:
R. RyanTM 2019-11-25 01:26:31 -08:00 committed by Austin Seipp
parent 05358c6498
commit 52950ee73f

View File

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