Commit c89ae66c authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

b3sum: 1.3.1 -> 1.3.3

parent d482492e
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.3.1";
  version = "1.3.3";

  src = fetchCrate {
    inherit version pname;
    sha256 = "sha256-Vb4W1TfHppKm2Ib2VHm+917A09JY1oNebymzcQpPm8Q=";
    sha256 = "sha256-PeH4oMeLxEM1pKqMsZBhsbmZOAVdLEmWKyPjuRNjowA=";
  };

  cargoSha256 = "sha256-cpY69NsbsHgQITdElsNjrhjaih9rgOVpFEv4Pfp9OPw=";
  cargoSha256 = "sha256-dvxQY1KgZGOCIeFoxfOewF9gm9xORLelJxJMMtrNWDs=";

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