File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040in
4141stdenv . mkDerivation rec {
4242 pname = "monero-cli" ;
43- version = "0.18.4.0 " ;
43+ version = "0.18.4.1 " ;
4444
4545 src = fetchFromGitHub {
4646 owner = "monero-project" ;
4747 repo = "monero" ;
4848 rev = "v${ version } " ;
49- hash = "sha256-0byMtX2f+8FqNhLPN1oLxIUTWg5RSbHfwiL8pUIAcgQ =" ;
49+ hash = "sha256-z5yhU1xePFBSmfl0X8x7AAgPvqUX0PQzLzxMblS8Um8 =" ;
5050 } ;
5151
5252 patches = [
Original file line number Diff line number Diff line change 2828
2929stdenv . mkDerivation rec {
3030 pname = "monero-gui" ;
31- version = "0.18.4.0 " ;
31+ version = "0.18.4.1 " ;
3232
3333 src = fetchFromGitHub {
3434 owner = "monero-project" ;
3535 repo = "monero-gui" ;
3636 rev = "v${ version } " ;
37- hash = "sha256-JwYx5TjGp3VPPSgjN0+w1A4RoZGm7A73Gpg44fre1/c =" ;
37+ hash = "sha256-Fm/kV31aKcjQjMO8vwjfDQsH8Qq8pRdFX3zbZdEGETg =" ;
3838 } ;
3939
4040 nativeBuildInputs = [
You can’t perform that action at this time.
0 commit comments