6 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-XQK7oZfutqCvFoGzMH5G5zoGvqB8YaXSdrwjS/SVTNU=";
18 cargoHash = "sha256-Pl+a+ZpxaguRloH8R7x4FmYpTwTUwFrYy7AS/5K3L+8=";
21 description = "Subprocess caching utility";
22 homepage = "https://github.com/dimo414/bkt";
23 license = lib.licenses.mit;
24 maintainers = [ lib.maintainers.mangoiv ];