bkt: 0.6.1 -> 0.7.1

This commit is contained in:
R. Ryantm 2023-09-08 04:48:15 +00:00
parent e6aa338820
commit bd2dc33d76

View file

@ -4,16 +4,16 @@
}: rustPlatform.buildRustPackage rec {
pname = "bkt";
version = "0.6.1";
version = "0.7.1";
src = fetchFromGitHub {
owner = "dimo414";
repo = pname;
rev = version;
sha256 = "sha256-NgNXuTpI1EzgmxKRsqzxTOlQi75BHCcbjFnouhnfDDM=";
sha256 = "sha256-CMCO1afTWhXlWpy9D7txqI1FHxGDgdVdkKtyei6oFJU=";
};
cargoSha256 = "sha256-PvcKviyXtiHQCHgJLGR2Mr+mPpTd06eKWQ5h6eGdl40=";
cargoHash = "sha256-T4JT8GzKqsQQfe3zfst6gNEvdY7zs2h2H3s6slaRhYY=";
meta = {
description = "A subprocess caching utility";