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 {
pname = "b3sum";
version = "1.3.3";
version = "1.4.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-PeH4oMeLxEM1pKqMsZBhsbmZOAVdLEmWKyPjuRNjowA=";
sha256 = "sha256-rh5xELjiwm5rSFVgIMZUMG4J/VxKKF8xrxX/wK+sVF8=";
};
cargoSha256 = "sha256-dvxQY1KgZGOCIeFoxfOewF9gm9xORLelJxJMMtrNWDs=";
cargoHash = "sha256-q10NC3QH4+ExF4vO6j/Ud8LenzXIuhZC8Yyev+2gJNU=";
meta = {
description = "BLAKE3 cryptographic hash function";