Merge pull request #36548 from Lassulus/namecoin
altcoins.namecoin: nc0.13.0rc1 -> nc0.15.99-name-tab-beta2
This commit is contained in:
commit
c0737e12e7
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "nc0.13.0rc1";
|
version = "nc0.15.99-name-tab-beta2";
|
||||||
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 = "17zz0rm3js285w2assxp8blfx830rs0ambcsaqqfli9mnaik3m39";
|
sha256 = "1r0v0yvlazmidxp6xhapbdawqb8fhzrdp11d4an5vgxa208s6wdf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user