namecoind: nc0.15.99-name-tab-beta2 -> nc0.19.1
This commit is contained in:
parent
a306a8e3ec
commit
c42e7c477c
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "nc0.15.99-name-tab-beta2";
|
version = "nc0.19.1";
|
||||||
name = "namecoin" + toString (optional (!withGui) "d") + "-" + version;
|
name = "namecoin" + toString (optional (!withGui) "d") + "-" + version;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "namecoin";
|
owner = "namecoin";
|
||||||
repo = "namecoin-core";
|
repo = "namecoin-core";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1r0v0yvlazmidxp6xhapbdawqb8fhzrdp11d4an5vgxa208s6wdf";
|
sha256 = "13rdvngrl2w0gk7km3sd9fy8yxzgxlkcwn50ajsbrhgzl8kx4q7m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
description = "Decentralized open source information registration and transfer system based on the Bitcoin cryptocurrency";
|
||||||
homepage = https://namecoin.org;
|
homepage = "https://namecoin.org";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ doublec AndersonTorres infinisil ];
|
maintainers = with maintainers; [ doublec AndersonTorres infinisil ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user