b3sum: 1.5.3 -> 1.5.4

This commit is contained in:
R. Ryantm 2024-08-20 01:26:29 +00:00
parent 625941e1a9
commit d74e99d982

View File

@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.5.3";
version = "1.5.4";
src = fetchCrate {
inherit version pname;
hash = "sha256-wyr5LuFn3yRPJCyNfLT1Vgn6Sz1U4VNo0nppJrqE7IY=";
hash = "sha256-+aC6yyQ9IcdliYqteB/UTMqwGNCWW0LZWYfMxnaPMm0=";
};
cargoHash = "sha256-v2sQKZ0DG08MDLho8fQ8O7fiNu+kxZB1sPNMgF5W2HA=";
cargoHash = "sha256-2E6SU4fMHj0NCIMrn0YNfkllZrFwCLn1wGJfzBPqtKQ=";
meta = {
description = "BLAKE3 cryptographic hash function";