Unverified Commit 4e28a23b authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

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

b3sum: 1.4.1 -> 1.5.0
parents 1cf41e12 0c075b3c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

rustPlatform.buildRustPackage rec {
  pname = "b3sum";
  version = "1.4.1";
  version = "1.5.0";

  src = fetchCrate {
    inherit version pname;
    sha256 = "sha256-cVl0thk+ENZEhTRvFvtAnHIWM8LzKDKEVSVyI22fh2I=";
    sha256 = "sha256-yjMuXL0eW+6mm26LgIjD22WyTjb+KMjKRI68mpGGAZA=";
  };

  cargoHash = "sha256-v175TKlCZ9Vdd1L2IHv2YX406ZkxRXJmZFKBIMab2gg=";
  cargoHash = "sha256-Ka+5RKRSVQYoLFXE1bEc6fGFQcbrFTVgi6yAoGIDdUI=";

  meta = {
    description = "BLAKE3 cryptographic hash function";