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

b3sum: 1.5.0 -> 1.5.1
This commit is contained in:
Pol Dellaiera 2024-03-12 21:58:22 +01:00 committed by GitHub
commit e5061c1291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.5.0";
version = "1.5.1";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-yjMuXL0eW+6mm26LgIjD22WyTjb+KMjKRI68mpGGAZA=";
sha256 = "sha256-43O/8s6g9mHkmJcxm1czF+tOB22363olfsIB3Sk/QSc=";
};
cargoHash = "sha256-Ka+5RKRSVQYoLFXE1bEc6fGFQcbrFTVgi6yAoGIDdUI=";
cargoHash = "sha256-NG5LCfsh9O6HEXOB3AN/2rXFIkshNM6WWANraBKuVLw=";
meta = {
description = "BLAKE3 cryptographic hash function";