Merge pull request #36253 from launerbie/dashpay

dashd: 12.1.3 -> 12.2.3
This commit is contained in:
Jörg Thalheim
2018-03-03 17:37:43 +00:00
committed by GitHub
+3 -3
View File
@@ -9,13 +9,13 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dashpay-${version}"; name = "dashpay-${version}";
version = "0.12.1.3"; version = "0.12.2.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dashpay"; owner = "dashpay";
repo= "dash"; repo= "dash";
rev = "v${version}"; rev = "v${version}";
sha256 = "0h0fxhh30wy5vp06l1mkswhz565qs6j9y0dm84fmn28rdfvhv2aj"; sha256 = "0l1gcj2xf2bal9ph9y11x8yd28fd25f55f48xbm45bfw3ij7nbaa";
}; };
nativeBuildInputs = [ pkgconfig autoreconfHook ]; nativeBuildInputs = [ pkgconfig autoreconfHook ];
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
with instant transactions. It allows you to keep your finances with instant transactions. It allows you to keep your finances
private as you make transactions without waits, similar to cash. private as you make transactions without waits, similar to cash.
''; '';
homepage = http://dashpay.io; homepage = https://www.dash.org;
maintainers = with maintainers; [ AndersonTorres ]; maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix; platforms = platforms.unix;
}; };