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

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

parents 2f6604d8 d74e99d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

rustPlatform.buildRustPackage rec {
  pname = "b3sum";
  version = "1.5.3";
  version = "1.5.4";

  src = fetchCrate {
    inherit version pname;
    hash = "sha256-wyr5LuFn3yRPJCyNfLT1Vgn6Sz1U4VNo0nppJrqE7IY=";
    hash = "sha256-+aC6yyQ9IcdliYqteB/UTMqwGNCWW0LZWYfMxnaPMm0=";
  };

  cargoHash = "sha256-v2sQKZ0DG08MDLho8fQ8O7fiNu+kxZB1sPNMgF5W2HA=";
  cargoHash = "sha256-2E6SU4fMHj0NCIMrn0YNfkllZrFwCLn1wGJfzBPqtKQ=";

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