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

b3sum: 1.4.1 -> 1.5.0

authored by

Franz Pletz and committed by
GitHub
4e28a23b 1cf41e12

+3 -3
+3 -3
pkgs/tools/security/b3sum/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "b3sum"; 5 - version = "1.4.1"; 6 7 src = fetchCrate { 8 inherit version pname; 9 - sha256 = "sha256-cVl0thk+ENZEhTRvFvtAnHIWM8LzKDKEVSVyI22fh2I="; 10 }; 11 12 - cargoHash = "sha256-v175TKlCZ9Vdd1L2IHv2YX406ZkxRXJmZFKBIMab2gg="; 13 14 meta = { 15 description = "BLAKE3 cryptographic hash function";
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "b3sum"; 5 + version = "1.5.0"; 6 7 src = fetchCrate { 8 inherit version pname; 9 + sha256 = "sha256-yjMuXL0eW+6mm26LgIjD22WyTjb+KMjKRI68mpGGAZA="; 10 }; 11 12 + cargoHash = "sha256-Ka+5RKRSVQYoLFXE1bEc6fGFQcbrFTVgi6yAoGIDdUI="; 13 14 meta = { 15 description = "BLAKE3 cryptographic hash function";