File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5- fetchpatch ,
65 cmake ,
76 ninja ,
87 installCompatHeader ? false ,
1110
1211stdenv . mkDerivation rec {
1312 pname = "gsl-lite" ;
14- version = "0.41 .0" ;
13+ version = "0.42 .0" ;
1514
1615 src = fetchFromGitHub {
1716 owner = "gsl-lite" ;
1817 repo = "gsl-lite" ;
1918 rev = "v${ version } " ;
20- hash = "sha256-cuuix302bVA7dWa7EJoxJ+otf1rSzjWQK8DHJsVkQio =" ;
19+ hash = "sha256-4CQG+sX/UTQ4zICmDR6YBfapuh0hSqkWk5skZAVAy2o =" ;
2120 } ;
2221
23- patches = [
24- ( fetchpatch {
25- name = "type-limits-cast-fix.patch" ;
26- url = "https://github.com/gsl-lite/gsl-lite/commit/13475be0e5bf5f464c398f4a07ef5c7684bc57c5.patch" ;
27- hash = "sha256-rSz7OBmgQ3KcQ971tS3Z3QNC+U4XmrPjgmuOyG7J6Bo=" ;
28- } )
29- ] ;
30-
3122 nativeBuildInputs = [
3223 cmake
3324 ninja
You can’t perform that action at this time.
0 commit comments