b3sum: 1.5.2 -> 1.5.3

This commit is contained in:
Franz Pletz
2024-07-21 21:01:06 +02:00
parent 9e0c5d3f99
commit bd2c511751
+3 -3
View File
@@ -2,14 +2,14 @@
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";