b3sum: 1.6.1 -> 1.7.0

This commit is contained in:
Franz Pletz
2025-03-19 01:15:10 +01:00
parent 7296c7ff9a
commit f228380ea8
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "b3sum";
version = "1.6.1";
version = "1.7.0";
src = fetchCrate {
inherit version pname;
hash = "sha256-tl5rIDLLMOrZimkBuUl4NQfry17mFF/vdCCP/Atb9fQ=";
hash = "sha256-bDydKLPJgeUngkWO8L5BkJP9rGy3mx0QJhWAN2CCYhE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-0CezqiuqEvPa46uUEW2HhUuvB7TZb0YUNBnW/IwTlc8=";
cargoHash = "sha256-yB0noD5eabr+HANPRhIhBEG4PCwtJPULNIy+Wx/tC3U=";
meta = {
description = "BLAKE3 cryptographic hash function";