File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 stdenv ,
4- fetchFromBitbucket ,
4+ fetchFromGitHub ,
55 autoreconfHook ,
66} :
77
88stdenv . mkDerivation rec {
9- version = "20200125 " ;
9+ version = "20240729 " ;
1010 pname = "m4ri" ;
1111
12- src = fetchFromBitbucket {
12+ src = fetchFromGitHub {
1313 owner = "malb" ;
1414 repo = "m4ri" ;
15- rev = "release-${ version } " ;
16- sha256 = "1dxgbv6zdyki3h61qlv7003wzhy6x14zmcaz9x19md1i7ng07w1k" ;
15+ # 20240729 has a broken m4ri.pc file, fixed in the next commit.
16+ # TODO: remove if on update
17+ rev =
18+ if version == "20240729" then "775189bfea96ffaeab460513413fcf4fbcd64392" else "release-${ version } " ;
19+ hash = "sha256-untwo0go8O8zNO0EyZ4n/n7mngSXLr3Z/FSkXA8ptnU=" ;
1720 } ;
1821
1922 doCheck = true ;
Original file line number Diff line number Diff line change 77} :
88
99stdenv . mkDerivation rec {
10- version = "20200125 " ;
10+ version = "20250103 " ;
1111 pname = "m4rie" ;
1212
1313 src = fetchFromBitbucket {
1414 owner = "malb" ;
1515 repo = "m4rie" ;
1616 rev = "release-${ version } " ;
17- sha256 = "sha256-bjAcxfXsC6+jPYC472CN78jm4UljJQlkWyvsqckCDh0 =" ;
17+ hash = "sha256-CbzDLSqdtQ+CLKoKycznKzD3VCa+gfuh8TLvRC1fVz0 =" ;
1818 } ;
1919
2020 doCheck = true ;
You can’t perform that action at this time.
0 commit comments