Merge pull request #159596 from r-ryantm/auto-update/namecoind

namecoind: nc0.21.1 -> nc22.0
This commit is contained in:
Renaud 2022-02-24 19:31:55 +01:00 committed by GitHub
commit ff520dc746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
with lib;
stdenv.mkDerivation rec {
version = "nc0.21.1";
version = "nc22.0";
name = "namecoin" + toString (optional (!withGui) "d") + "-" + version;
src = fetchFromGitHub {
owner = "namecoin";
repo = "namecoin-core";
rev = version;
sha256 = "sha256-dA4BGhxHm0EdvqMq27zzWp2vOPyKbCgV1i1jt17TVxU=";
sha256 = "sha256-Z3CLDe0c4IpFPPTie8yoh0kcuvGmiegSgl4ITNSDkgY=";
};
nativeBuildInputs = [