bpftrace: Source from "bpftrace" instead of "iovisor" (#333030)

authored by Aleksana and committed by GitHub f58592ae 66f69bdb

+5 -5
+5 -5
pkgs/by-name/bp/bpftrace/package.nix
··· 13 13 version = "0.21.2"; 14 14 15 15 src = fetchFromGitHub { 16 - owner = "iovisor"; 16 + owner = "bpftrace"; 17 17 repo = "bpftrace"; 18 18 rev = "v${version}"; 19 19 hash = "sha256-/2m+5iFE7R+ZEc/VcgWAhkLD/jEK88roUUOUyYODi0U="; ··· 35 35 36 36 # tests aren't built, due to gtest shenanigans. see: 37 37 # 38 - # https://github.com/iovisor/bpftrace/issues/161#issuecomment-453606728 39 - # https://github.com/iovisor/bpftrace/pull/363 38 + # https://github.com/bpftrace/bpftrace/issues/161#issuecomment-453606728 39 + # https://github.com/bpftrace/bpftrace/pull/363 40 40 # 41 41 cmakeFlags = [ 42 42 "-DBUILD_TESTING=FALSE" ··· 76 76 77 77 meta = with lib; { 78 78 description = "High-level tracing language for Linux eBPF"; 79 - homepage = "https://github.com/iovisor/bpftrace"; 80 - changelog = "https://github.com/iovisor/bpftrace/releases/tag/v${version}"; 79 + homepage = "https://github.com/bpftrace/bpftrace"; 80 + changelog = "https://github.com/bpftrace/bpftrace/releases/tag/v${version}"; 81 81 mainProgram = "bpftrace"; 82 82 license = licenses.asl20; 83 83 maintainers = with maintainers; [ rvl thoughtpolice martinetd mfrw ];