bkt: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-01-25 05:43:39 +00:00
parent 7b1be1e6d4
commit c61a43a578

View file

@ -4,16 +4,16 @@
}: rustPlatform.buildRustPackage rec {
pname = "bkt";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "dimo414";
repo = pname;
rev = version;
sha256 = "sha256-CMCO1afTWhXlWpy9D7txqI1FHxGDgdVdkKtyei6oFJU=";
sha256 = "sha256-XQK7oZfutqCvFoGzMH5G5zoGvqB8YaXSdrwjS/SVTNU=";
};
cargoHash = "sha256-T4JT8GzKqsQQfe3zfst6gNEvdY7zs2h2H3s6slaRhYY=";
cargoHash = "sha256-Pl+a+ZpxaguRloH8R7x4FmYpTwTUwFrYy7AS/5K3L+8=";
meta = {
description = "A subprocess caching utility";