summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/blockchains/namecoin.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-14 10:13:29 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-24 12:16:47 -0700
commitc42e7c477c018f6d8018efc7fb75b71ce6bf39cc (patch)
tree7429803eb9629e5be8947c1cc843438a80a5b988 /pkgs/applications/blockchains/namecoin.nix
parenta306a8e3ec35a64af749e127c1be7152ec030c06 (diff)
namecoind: nc0.15.99-name-tab-beta2 -> nc0.19.1
Diffstat (limited to 'pkgs/applications/blockchains/namecoin.nix')
-rw-r--r--pkgs/applications/blockchains/namecoin.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/namecoin.nix b/pkgs/applications/blockchains/namecoin.nix
index 4b8dc5525dc4..02f2249862d0 100644
--- a/pkgs/applications/blockchains/namecoin.nix
+++ b/pkgs/applications/blockchains/namecoin.nix
@@ -3,14 +3,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- version = "nc0.15.99-name-tab-beta2";
+ version = "nc0.19.1";
name = "namecoin" + toString (optional (!withGui) "d") + "-" + version;
src = fetchFromGitHub {
owner = "namecoin";
repo = "namecoin-core";
rev = version;
- sha256 = "1r0v0yvlazmidxp6xhapbdawqb8fhzrdp11d4an5vgxa208s6wdf";
+ sha256 = "13rdvngrl2w0gk7km3sd9fy8yxzgxlkcwn50ajsbrhgzl8kx4q7m";
};
nativeBuildInputs = [
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
meta = {
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;
maintainers = with maintainers; [ doublec AndersonTorres infinisil ];
platforms = platforms.linux;