update dashd to 12.2.3

bernie bd27fbb0 7a04c2ca

+6 -6
+6 -6
pkgs/applications/altcoins/dashpay.nix
··· 2 , openssl, db48, boost, zlib, miniupnpc 3 , qrencode, glib, protobuf, yasm, libevent 4 , utillinux 5 - , enable_Upnp ? false 6 , disable_Wallet ? false 7 , disable_Daemon ? false }: 8 9 with stdenv.lib; 10 stdenv.mkDerivation rec { 11 name = "dashpay-${version}"; 12 - version = "0.12.1.3"; 13 14 src = fetchFromGitHub { 15 owner = "dashpay"; 16 repo= "dash"; 17 rev = "v${version}"; 18 - sha256 = "0h0fxhh30wy5vp06l1mkswhz565qs6j9y0dm84fmn28rdfvhv2aj"; 19 }; 20 21 nativeBuildInputs = [ pkgconfig autoreconfHook ]; 22 - buildInputs = [ glib openssl db48 yasm boost zlib libevent 23 miniupnpc protobuf qrencode utillinux ]; 24 - 25 26 configureFlags = [ "--with-boost-libdir=${boost.out}/lib --with-gui=no" ] 27 ++ optional enable_Upnp "--enable-upnp-default" ··· 36 with instant transactions. It allows you to keep your finances 37 private as you make transactions without waits, similar to cash. 38 ''; 39 - homepage = http://dashpay.io; 40 maintainers = with maintainers; [ AndersonTorres ]; 41 platforms = platforms.unix; 42 };
··· 2 , openssl, db48, boost, zlib, miniupnpc 3 , qrencode, glib, protobuf, yasm, libevent 4 , utillinux 5 + , enable_Upnp ? false 6 , disable_Wallet ? false 7 , disable_Daemon ? false }: 8 9 with stdenv.lib; 10 stdenv.mkDerivation rec { 11 name = "dashpay-${version}"; 12 + version = "0.12.2.3"; 13 14 src = fetchFromGitHub { 15 owner = "dashpay"; 16 repo= "dash"; 17 rev = "v${version}"; 18 + sha256 = "0l1gcj2xf2bal9ph9y11x8yd28fd25f55f48xbm45bfw3ij7nbaa"; 19 }; 20 21 nativeBuildInputs = [ pkgconfig autoreconfHook ]; 22 + buildInputs = [ glib openssl db48 yasm boost zlib libevent 23 miniupnpc protobuf qrencode utillinux ]; 24 + 25 26 configureFlags = [ "--with-boost-libdir=${boost.out}/lib --with-gui=no" ] 27 ++ optional enable_Upnp "--enable-upnp-default" ··· 36 with instant transactions. It allows you to keep your finances 37 private as you make transactions without waits, similar to cash. 38 ''; 39 + homepage = https://www.dash.org; 40 maintainers = with maintainers; [ AndersonTorres ]; 41 platforms = platforms.unix; 42 };