libblake3: 1.5.5 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-02-20 14:53:34 +00:00
committed by Francesco Gazzetta
parent 19379c0f6a
commit 677ed80c4d
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libblake3";
version = "1.5.5";
version = "1.6.0";
src = fetchFromGitHub {
owner = "BLAKE3-team";
repo = "BLAKE3";
tag = finalAttrs.version;
hash = "sha256-2M8OQNmtWwfDcbZYspaxpGz2clpfILru//4+P6dClNw=";
hash = "sha256-Ijen3IacwohI2tKxTWv0JWgRfiCQS/SDtkkqEUWiOzk=";
};
sourceRoot = finalAttrs.src.name + "/c";