libblake3: 1.8.4 -> 1.8.5

This commit is contained in:
R. Ryantm
2026-04-28 15:36:20 +10:00
committed by zowoq
parent 75748ff7f5
commit e873207cdc
+2 -2
View File
@@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libblake3";
version = "1.8.4";
version = "1.8.5";
outputs = [
"out"
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "BLAKE3-team";
repo = "BLAKE3";
tag = finalAttrs.version;
hash = "sha256-Xz0LH0YpUjDishvXsW6VNK8msFlPXg08wFoSfbgws0g=";
hash = "sha256-4Oany3uk0759YIZgD1gsONSFU1Mn/GAMvsSeP33J9Ts=";
};
sourceRoot = finalAttrs.src.name + "/c";