b3sum: 1.4.0 -> 1.4.1

This commit is contained in:
R. Ryantm 2023-07-11 03:46:12 +00:00
parent d5e2bee79b
commit ab78ab6213

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.4.0";
version = "1.4.1";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-rh5xELjiwm5rSFVgIMZUMG4J/VxKKF8xrxX/wK+sVF8=";
sha256 = "sha256-cVl0thk+ENZEhTRvFvtAnHIWM8LzKDKEVSVyI22fh2I=";
};
cargoHash = "sha256-q10NC3QH4+ExF4vO6j/Ud8LenzXIuhZC8Yyev+2gJNU=";
cargoHash = "sha256-v175TKlCZ9Vdd1L2IHv2YX406ZkxRXJmZFKBIMab2gg=";
meta = {
description = "BLAKE3 cryptographic hash function";