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

b3sum: 0.3.8 -> 1.0.0
This commit is contained in:
Robert Scott 2021-07-28 22:33:26 +01:00 committed by GitHub
commit 1d541dc5da
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 = "0.3.8";
version = "1.0.0";
src = fetchCrate {
inherit version pname;
sha256 = "1a42kwbl886yymm3v7h6y957x5f4yi9j40jy4szg9k0iy8bsdfmh";
sha256 = "sha256-eWsvCpMG3iWB2cYIKaaP6h9QwKQQrpFNliHTqBtdzVw=";
};
cargoSha256 = "0v7ric12agicppg5ax5q0vwbslw7kmxpinafvdjj5sc2ysinw1zm";
cargoSha256 = "sha256-YglKiEz/D5+Dz6CIzWIpoc33bhMSdGTM4MP/uJCxe7E=";
meta = {
description = "BLAKE3 cryptographic hash function";