Merge pull request #237205 from r-ryantm/auto-update/b3sum

b3sum: 1.3.3 -> 1.4.0
This commit is contained in:
figsoda 2023-06-11 13:14:21 -04:00 committed by GitHub
commit 089f5788fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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