b3sum: 1.3.0 -> 1.3.1

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent c78ff3d945
commit f827062870
  1. 6
      pkgs/tools/security/b3sum/default.nix

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.3.0";
version = "1.3.1";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-mnX5ZetwOo0VMBIOqJEBpqnSX6EqBEO7qwfgtGclReQ=";
sha256 = "sha256-Vb4W1TfHppKm2Ib2VHm+917A09JY1oNebymzcQpPm8Q=";
};
cargoSha256 = "sha256-SUoreAuWLxtBWmFdLDviDz16oVDB2ubTY3a3m+t8xx0=";
cargoSha256 = "sha256-cpY69NsbsHgQITdElsNjrhjaih9rgOVpFEv4Pfp9OPw=";
meta = {
description = "BLAKE3 cryptographic hash function";

Loading…
Cancel
Save