File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5- fetchpatch2 ,
65 cmake ,
76 pkg-config ,
87 boost186 ,
4039in
4140stdenv . mkDerivation rec {
4241 pname = "monero-cli" ;
43- version = "0.18.4.4 " ;
42+ version = "0.18.4.5 " ;
4443
4544 src = fetchFromGitHub {
4645 owner = "monero-project" ;
4746 repo = "monero" ;
4847 rev = "v${ version } " ;
49- hash = "sha256-NH15PKlkm9Hpt25iIuUQmhDg+X3Qo+yUAbDY4LNnZdM =" ;
48+ hash = "sha256-8ObxMPBpH5uonpb7E/PEfuq++7R4MU0k1khsott5J88 =" ;
5049 } ;
5150
5251 patches = [
Original file line number Diff line number Diff line change 2828
2929stdenv . mkDerivation rec {
3030 pname = "monero-gui" ;
31- version = "0.18.4.4 " ;
31+ version = "0.18.4.5 " ;
3232
3333 src = fetchFromGitHub {
3434 owner = "monero-project" ;
3535 repo = "monero-gui" ;
3636 rev = "v${ version } " ;
37- hash = "sha256-5jtGC0G6M3zEMedLSNIllNjpFPMEAG/5NxvnCxqO9gI =" ;
37+ hash = "sha256-K275qry6PWeEh3g0EofkD8E4pO5uWGFoAGzdkj9kuvA =" ;
3838 } ;
3939
4040 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments