{b3sum,libblake3}: 1.6.1 -> 1.7.0 (#391134)

This commit is contained in:
Robin Gloster
2025-03-26 18:23:26 +00:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+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";
+1
View File
@@ -38,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
];
maintainers = with lib.maintainers; [
fgaz
fpletz
silvanshade
];
platforms = lib.platforms.all;