File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
pkgs/by-name/li/libblake3 Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 33 stdenv ,
44 cmake ,
55 fetchFromGitHub ,
6- fetchpatch ,
76} :
87
98stdenv . mkDerivation ( finalAttrs : {
109 pname = "libblake3" ;
11- version = "1.5.4 " ;
10+ version = "1.5.5 " ;
1211
1312 src = fetchFromGitHub {
1413 owner = "BLAKE3-team" ;
1514 repo = "BLAKE3" ;
1615 rev = "refs/tags/${ finalAttrs . version } " ;
17- hash = "sha256-WatbhExS0j2neYsrfbNhYxrckLiXHwQBjctuowtQW+U =" ;
16+ hash = "sha256-2M8OQNmtWwfDcbZYspaxpGz2clpfILru//4+P6dClNw =" ;
1817 } ;
1918
2019 sourceRoot = finalAttrs . src . name + "/c" ;
2120
22- patches = [
23- # Fix pkg-config for absolute CMAKE_INSTALL_*DIR
24- ( fetchpatch {
25- url = "https://github.com/BLAKE3-team/BLAKE3/commit/aa3e8ec32a389461babde3789d6ac50ee3c38662.patch" ;
26- hash = "sha256-V8o85EnRoqYvatqYwdr7h2TBwSOSlKrqfJWPPkQhU+c=" ;
27- stripLen = 1 ;
28- } )
29- ] ;
30-
3121 nativeBuildInputs = [
3222 cmake
3323 ] ;
You can’t perform that action at this time.
0 commit comments