b3sum: 1.3.1 -> 1.3.3

This commit is contained in:
R. Ryantm 2022-11-27 23:31:52 +00:00 committed by Bobby Rong
parent d482492e13
commit c89ae66c22

View file

@ -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";