Skip to content

Commit

Permalink
monero: 0.17.1.8 -> 0.17.1.9
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b29ae5)
  • Loading branch information
rnhmjoj committed Jan 11, 2021
1 parent b5e9f8b commit a5ea23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/monero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ assert trezorSupport -> all (x: x!=null) [ libusb1 protobuf python3 ];

stdenv.mkDerivation rec {
pname = "monero";
version = "0.17.1.8";
version = "0.17.1.9";

src = fetchFromGitHub {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "10blazbk1602slx3wrmw4jfgkdry55iclrhm5drdficc5v3h735g";
sha256 = "0jqss4csvkcrhrmaa3vrnyv6yiwqpbfw7037clx9xcfm4qrrfiwy";
fetchSubmodules = true;
};

Expand Down

0 comments on commit a5ea23c

Please sign in to comment.