File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 stdenv ,
4- fetchFromGitHub ,
4+ fetchFromGitea ,
55 cmake ,
6+ git ,
7+ pkg-config ,
68 boost ,
79 eigen ,
810 glm ,
1719
1820stdenv . mkDerivation rec {
1921 pname = "curv" ;
20- version = "0.5" ;
22+ version = "0.5-unstable-2025-01-06 " ;
2123
22- src = fetchFromGitHub {
23- owner = "curv3d" ;
24+ src = fetchFromGitea {
25+ domain = "codeberg.org" ;
26+ owner = "doug-moen" ;
2427 repo = "curv" ;
25- tag = version ;
26- hash = "sha256-m4p5uxRk6kEJUilmbQ1zJcQDRvRCV7pkxnqupZJxyjo =" ;
28+ rev = "a496d98459b65d15feae8e69036944dafb7ec26e" ;
29+ hash = "sha256-2pe76fBU78xRvHxol8O1xv0bBVwbpKDVPLQqqUCTO0Y =" ;
2730 fetchSubmodules = true ;
2831 } ;
2932
3033 strictDeps = true ;
3134 nativeBuildInputs = [
3235 cmake
36+ git
37+ pkg-config
3338 ] ;
3439
3540 buildInputs =
You can’t perform that action at this time.
0 commit comments