8 version = "0.4.1-unstable-2024-04-19";
10 python3.pkgs.buildPythonApplication {
11 inherit pname version;
12 format = "setuptools";
14 src = fetchFromGitHub {
17 rev = "4f26082fec0817acbfa8cc6ca4c25caaf77ddcd2";
18 hash = "sha256-zyeE1jYo/9NEG8fB4gQBAR01siP4tyLvjjHN1yUS4Ug=";
21 propagatedBuildInputs = with python3.pkgs; [
30 description = "Bisect nix builds";
31 homepage = "https://github.com/timokau/nix-bisect";
32 license = licenses.mit;
33 maintainers = with maintainers; [ hexa ];