Skip to content

Commit ccc4a02

Browse files
committed
monero-{cli,gui}: 0.18.4.4 -> 0.18.4.5
1 parent 62dc3bf commit ccc4a02

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5-
fetchpatch2,
65
cmake,
76
pkg-config,
87
boost186,
@@ -40,13 +39,13 @@ let
4039
in
4140
stdenv.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 = [

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

0 commit comments

Comments
 (0)