Skip to content

Commit

Permalink
monero: 0.10.3.1 -> 0.11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcode55 authored and ehmry committed Sep 16, 2017
1 parent 8c4f230 commit 21e135c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/misc/monero/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc, openssl, pkgconfig, unbound }:

let
version = "0.10.3.1";
version = "0.11.0.0";
in
stdenv.mkDerivation {
name = "monero-${version}";
Expand All @@ -10,7 +10,7 @@ stdenv.mkDerivation {
owner = "monero-project";
repo = "monero";
rev = "v${version}";
sha256 = "1x6qjqijdbjyfb0dcjn46gp38hkb419skxansf9w2cjf58c2055n";
sha256 = "041xxk9gznfpgn8f07m7sddr74cwm1sdyf9i85k10ndja87xc6y4";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand All @@ -30,7 +30,6 @@ stdenv.mkDerivation {
bin/monerod \
bin/monero-blockchain-export \
bin/monero-blockchain-import \
bin/monero-utils-deserialize \
bin/monero-wallet-cli \
bin/monero-wallet-rpc
'';
Expand Down

0 comments on commit 21e135c

Please sign in to comment.