Merge pull request #253961 from r-ryantm/auto-update/bkt

bkt: 0.6.1 -> 0.7.1
This commit is contained in:
Weijia Wang 2023-09-22 11:25:29 +02:00 committed by GitHub
commit 7c074c2425
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";