libblake3: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2025-03-03 21:24:16 +00:00
committed by Francesco Gazzetta
parent 88461d96f4
commit fad26659a9
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libblake3";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "BLAKE3-team";
repo = "BLAKE3";
tag = finalAttrs.version;
hash = "sha256-Ijen3IacwohI2tKxTWv0JWgRfiCQS/SDtkkqEUWiOzk=";
hash = "sha256-YJ3rRzpmF6oS8p377CEoRteARCD1lr/L7/fbN5poUXw=";
};
sourceRoot = finalAttrs.src.name + "/c";