Merge pull request #328965 from fpletz/pkgs/b3sum-1.5.3

b3sum: 1.5.2 -> 1.5.3
This commit is contained in:
Artturin
2024-07-22 01:18:03 +03:00
committed by GitHub
2 changed files with 16 additions and 8 deletions
@@ -1,22 +1,32 @@
{ lib, fetchCrate, rustPlatform }:
{
lib,
fetchCrate,
rustPlatform,
}:
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.5.2";
version = "1.5.3";
src = fetchCrate {
inherit version pname;
hash = "sha256-PH7dP7Ytdgy28d2KLp8H3FCt7eFM4dchyEYqN1Yv7JI=";
hash = "sha256-wyr5LuFn3yRPJCyNfLT1Vgn6Sz1U4VNo0nppJrqE7IY=";
};
cargoHash = "sha256-ex029iu7VZ3VtcGIqqX4ztn2ZXo0+yDv1JM9sz8vcJs=";
cargoHash = "sha256-v2sQKZ0DG08MDLho8fQ8O7fiNu+kxZB1sPNMgF5W2HA=";
meta = {
description = "BLAKE3 cryptographic hash function";
mainProgram = "b3sum";
homepage = "https://github.com/BLAKE3-team/BLAKE3/";
maintainers = with lib.maintainers; [ fpletz ivan ];
license = with lib.licenses; [ cc0 asl20 ];
maintainers = with lib.maintainers; [
fpletz
ivan
];
license = with lib.licenses; [
cc0
asl20
];
changelog = "https://github.com/BLAKE3-team/BLAKE3/releases/tag/${version}";
};
}
-2
View File
@@ -4121,8 +4121,6 @@ with pkgs;
libssl = openssl;
};
b3sum = callPackage ../tools/security/b3sum { };
backblaze-b2 = callPackage ../development/tools/backblaze-b2 { };
bandwhich = callPackage ../tools/networking/bandwhich {