11 src = fetchFromGitHub {
15 sha256 = "sha256-18R0JGbG5QBDghF4SyhXaKe9UY5UzF7Ap0Y061Z1SZ8=";
18 vendorHash = "sha256-3Y/B14xX5jaoL44rq9+Nn4niGViLPPXBa8WcJgTvYTA=";
20 propagatedBuildInputs = [ git ];
22 # Tests require a repository
26 description = "Command-line tool for git";
27 homepage = "https://github.com/chriswalz/bit";
28 license = with licenses; [ asl20 ];
29 maintainers = with maintainers; [ fab ];