b3sum: 1.5.5 -> 1.6.0
This commit is contained in:
parent
5f30488d37
commit
ab44f18e21
@ -6,15 +6,15 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "b3sum";
|
pname = "b3sum";
|
||||||
version = "1.5.5";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
hash = "sha256-PgtQc8rwIbiHAue323POh15png7DerZbCuAKLi+jEYE=";
|
hash = "sha256-nsixj/zskHNIkv/qiD1DvrjeqkzVuN76tH+vCLGvPW8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-4RD6GcBGUHMXS8BYs1NqpR3fVul2J3qh5E4MFnMbwoE=";
|
cargoHash = "sha256-HAbL/3StlK+VlonoviB2hFxCj7oyG93ReUytE3pFOMQ=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "BLAKE3 cryptographic hash function";
|
description = "BLAKE3 cryptographic hash function";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user