Merge pull request #129079 from r-ryantm/auto-update/bpftrace

linuxPackages_5_4.bpftrace: 0.12.1 -> 0.13.0
This commit is contained in:
Jörg Thalheim
2021-07-03 07:30:01 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "bpftrace";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "iovisor";
repo = "bpftrace";
rev = "v${version}";
sha256 = "sha256-DZO47AH506DBVH/AuvOF3JfpRxv/D/lmzVg8WOH9Dqo=";
sha256 = "sha256-BKWBdFzj0j7rAfG30A0fwyYCpOG/5NFRPODW46EP1u0=";
};
buildInputs = with llvmPackages;