Merge pull request #36548 from Lassulus/namecoin

altcoins.namecoin: nc0.13.0rc1 -> nc0.15.99-name-tab-beta2
This commit is contained in:
Jörg Thalheim 2018-03-10 16:06:26 +00:00 committed by GitHub
commit c0737e12e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "nc0.13.0rc1";
version = "nc0.15.99-name-tab-beta2";
name = "namecoin" + toString (optional (!withGui) "d") + "-" + version;
src = fetchFromGitHub {
owner = "namecoin";
repo = "namecoin-core";
rev = version;
sha256 = "17zz0rm3js285w2assxp8blfx830rs0ambcsaqqfli9mnaik3m39";
sha256 = "1r0v0yvlazmidxp6xhapbdawqb8fhzrdp11d4an5vgxa208s6wdf";
};
nativeBuildInputs = [