mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
monero: 0.10.3.1 -> 0.11.0.0
This commit is contained in:
parent
8c4f230122
commit
21e135c8bd
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc, openssl, pkgconfig, unbound }:
|
{ stdenv, fetchFromGitHub, cmake, boost, miniupnpc, openssl, pkgconfig, unbound }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.10.3.1";
|
version = "0.11.0.0";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "monero-${version}";
|
name = "monero-${version}";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "monero-project";
|
owner = "monero-project";
|
||||||
repo = "monero";
|
repo = "monero";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1x6qjqijdbjyfb0dcjn46gp38hkb419skxansf9w2cjf58c2055n";
|
sha256 = "041xxk9gznfpgn8f07m7sddr74cwm1sdyf9i85k10ndja87xc6y4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
@ -30,7 +30,6 @@ stdenv.mkDerivation {
|
|||||||
bin/monerod \
|
bin/monerod \
|
||||||
bin/monero-blockchain-export \
|
bin/monero-blockchain-export \
|
||||||
bin/monero-blockchain-import \
|
bin/monero-blockchain-import \
|
||||||
bin/monero-utils-deserialize \
|
|
||||||
bin/monero-wallet-cli \
|
bin/monero-wallet-cli \
|
||||||
bin/monero-wallet-rpc
|
bin/monero-wallet-rpc
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user