bao: 0.12.0 -> 0.12.1
This commit is contained in:
parent
a164b42bb3
commit
c4b5bfc478
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "bao";
|
pname = "bao";
|
||||||
version = "0.12.0";
|
version = "0.12.1";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "${pname}_bin";
|
pname = "${pname}_bin";
|
||||||
sha256 = "SkplBzor7Fv2+6K8wcTtZwjR66RfLPA/YNNUUHniWpM=";
|
sha256 = "sha256-+MjfqIg/aKPWhzxbPJ0dnS4egCj50Ib7ob3zXUSBXRg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "yr4HvtOWnU2dFTBgSsbVcuDELe1o1SEtZ7rN/ctKAdI=";
|
cargoHash = "sha256-SNsRN5XgchZq6/BZnMeahIqnkP4Jq6bZxbE5cDVpsQA=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An implementation of BLAKE3 verified streaming";
|
description = "An implementation of BLAKE3 verified streaming";
|
||||||
|
|
Loading…
Reference in a new issue