mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
b3sum: 1.3.1 -> 1.3.3
This commit is contained in:
parent
d482492e13
commit
c89ae66c22
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "b3sum";
|
pname = "b3sum";
|
||||||
version = "1.3.1";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
sha256 = "sha256-Vb4W1TfHppKm2Ib2VHm+917A09JY1oNebymzcQpPm8Q=";
|
sha256 = "sha256-PeH4oMeLxEM1pKqMsZBhsbmZOAVdLEmWKyPjuRNjowA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-cpY69NsbsHgQITdElsNjrhjaih9rgOVpFEv4Pfp9OPw=";
|
cargoSha256 = "sha256-dvxQY1KgZGOCIeFoxfOewF9gm9xORLelJxJMMtrNWDs=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "BLAKE3 cryptographic hash function";
|
description = "BLAKE3 cryptographic hash function";
|
||||||
|
Loading…
Reference in New Issue
Block a user