Skip to content

Commit 3a36b03

Browse files
committed
monero-{cli,gui}: 0.18.4.0 -> 0.18.4.1
1 parent fc401b7 commit 3a36b03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/mo/monero-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ let
4040
in
4141
stdenv.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 = [

pkgs/by-name/mo/monero-gui/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929
stdenv.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 = [

0 commit comments

Comments
 (0)