bkt: 0.6.1 -> 0.7.1
This commit is contained in:
parent
e6aa338820
commit
bd2dc33d76
1 changed files with 3 additions and 3 deletions
|
@ -4,16 +4,16 @@
|
||||||
}: rustPlatform.buildRustPackage rec {
|
}: rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
pname = "bkt";
|
pname = "bkt";
|
||||||
version = "0.6.1";
|
version = "0.7.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dimo414";
|
owner = "dimo414";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-NgNXuTpI1EzgmxKRsqzxTOlQi75BHCcbjFnouhnfDDM=";
|
sha256 = "sha256-CMCO1afTWhXlWpy9D7txqI1FHxGDgdVdkKtyei6oFJU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-PvcKviyXtiHQCHgJLGR2Mr+mPpTd06eKWQ5h6eGdl40=";
|
cargoHash = "sha256-T4JT8GzKqsQQfe3zfst6gNEvdY7zs2h2H3s6slaRhYY=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A subprocess caching utility";
|
description = "A subprocess caching utility";
|
||||||
|
|
Loading…
Reference in a new issue