libblake3: 1.6.1 -> 1.7.0

This commit is contained in:
Franz Pletz
2025-03-19 01:15:10 +01:00
parent f228380ea8
commit f127653421
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libblake3";
version = "1.6.1";
version = "1.7.0";
src = fetchFromGitHub {
owner = "BLAKE3-team";
repo = "BLAKE3";
tag = finalAttrs.version;
hash = "sha256-YJ3rRzpmF6oS8p377CEoRteARCD1lr/L7/fbN5poUXw=";
hash = "sha256-08D5hnU3I0VJ+RM/TNk2LxsEAvOLuO52+08zlKssXbc=";
};
sourceRoot = finalAttrs.src.name + "/c";