Revert "libblake3: 1.8.4 -> 1.8.5"

This reverts commit f3ea6393f6.
This commit is contained in:
zowoq
2026-04-28 10:19:08 +10:00
parent d1aa5e2535
commit b1b4d28db3
+2 -2
View File
@@ -10,7 +10,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libblake3";
version = "1.8.5";
version = "1.8.4";
outputs = [
"out"
@@ -21,7 +21,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "BLAKE3-team";
repo = "BLAKE3";
tag = finalAttrs.version;
hash = "sha256-4Oany3uk0759YIZgD1gsONSFU1Mn/GAMvsSeP33J9Ts=";
hash = "sha256-Xz0LH0YpUjDishvXsW6VNK8msFlPXg08wFoSfbgws0g=";
};
sourceRoot = finalAttrs.src.name + "/c";