b3sum: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2022-01-11 01:47:04 +00:00
parent 1278e9de0b
commit 0081189a9c

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.2.0";
version = "1.3.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-v6OCUXes8jaBh+sKqj1yCNOTb1NQY/ENGzKf5XWGZ3w=";
sha256 = "sha256-mnX5ZetwOo0VMBIOqJEBpqnSX6EqBEO7qwfgtGclReQ=";
};
cargoSha256 = "sha256-y5QVgu716p8TFoEeWIzX9aJWeT3FKwlh5vUQkKR6pdE=";
cargoSha256 = "sha256-SUoreAuWLxtBWmFdLDviDz16oVDB2ubTY3a3m+t8xx0=";
meta = {
description = "BLAKE3 cryptographic hash function";