b3sum: 1.5.4 -> 1.5.5

This commit is contained in:
R. Ryantm 2024-11-27 13:34:52 +00:00
parent 722661d33b
commit 9be8bd417b

View File

@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "b3sum"; pname = "b3sum";
version = "1.5.4"; version = "1.5.5";
src = fetchCrate { src = fetchCrate {
inherit version pname; inherit version pname;
hash = "sha256-+aC6yyQ9IcdliYqteB/UTMqwGNCWW0LZWYfMxnaPMm0="; hash = "sha256-PgtQc8rwIbiHAue323POh15png7DerZbCuAKLi+jEYE=";
}; };
cargoHash = "sha256-2E6SU4fMHj0NCIMrn0YNfkllZrFwCLn1wGJfzBPqtKQ="; cargoHash = "sha256-OnD/QVOP3oUFeGW0YeFWW8hQ6SBapxxdAXATIBM+g2Y=";
meta = { meta = {
description = "BLAKE3 cryptographic hash function"; description = "BLAKE3 cryptographic hash function";