b3sum: 1.4.0 -> 1.4.1
This commit is contained in:
parent
d5e2bee79b
commit
ab78ab6213
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "b3sum";
|
pname = "b3sum";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "sha256-rh5xELjiwm5rSFVgIMZUMG4J/VxKKF8xrxX/wK+sVF8=";
|
sha256 = "sha256-cVl0thk+ENZEhTRvFvtAnHIWM8LzKDKEVSVyI22fh2I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-q10NC3QH4+ExF4vO6j/Ud8LenzXIuhZC8Yyev+2gJNU=";
|
cargoHash = "sha256-v175TKlCZ9Vdd1L2IHv2YX406ZkxRXJmZFKBIMab2gg=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "BLAKE3 cryptographic hash function";
|
description = "BLAKE3 cryptographic hash function";
|
||||||
|
|
Loading…
Reference in a new issue