diff options
| author | rnhmjoj <rnhmjoj@inventati.org> | 2022-11-24 14:30:10 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-11-24 19:30:31 +0000 |
| commit | e916b29d812a6e68d6c09f81e29a94e3361a2d04 (patch) | |
| tree | 924ec969dddc1af0d3ec873fd6014b1266520d36 | |
| parent | digibyte: remove (diff) | |
| download | nixpkgs-origin/backport-202664-to-release-22.11.tar.gz | |
vertcoin: 0.15.0.1 -> 0.18.0origin/backport-202664-to-release-22.11
(cherry picked from commit 8a5a21905d95a6aa2e03a4c5f19175bc0ad58291)
| -rw-r--r-- | pkgs/applications/blockchains/vertcoin/default.nix | 8 | ||||
| -rw-r--r-- | pkgs/top-level/all-packages.nix | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/applications/blockchains/vertcoin/default.nix b/pkgs/applications/blockchains/vertcoin/default.nix index acb02298e116..87d9a8b64b21 100644 --- a/pkgs/applications/blockchains/vertcoin/default.nix +++ b/pkgs/applications/blockchains/vertcoin/default.nix @@ -9,6 +9,7 @@ , protobuf , hexdump , zeromq +, gmp , withGui , qtbase ? null , qttools ? null @@ -19,15 +20,15 @@ with lib; stdenv.mkDerivation rec { pname = "vertcoin"; - version = "0.15.0.1"; + version = "0.18.0"; name = pname + toString (optional (!withGui) "d") + "-" + version; src = fetchFromGitHub { owner = pname + "-project"; repo = pname + "-core"; - rev = version; - sha256 = "09q7qicw52gv225hq6wlpsf4zr4hjc8miyim5cygi5nxxrlw7kd3"; + rev = "2bd6dba7a822400581d5a6014afd671fb7e61f36"; + sha256 = "ua9xXA+UQHGVpCZL0srX58DDUgpfNa+AAIKsxZbhvMk="; }; nativeBuildInputs = [ @@ -44,6 +45,7 @@ stdenv.mkDerivation rec { libevent db4 zeromq + gmp ] ++ optionals withGui [ qtbase qttools diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 4404a32742c2..2f99d9d95bd5 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -33680,7 +33680,7 @@ with pkgs; tessera = callPackage ../applications/blockchains/tessera { }; - vertcoin = libsForQt514.callPackage ../applications/blockchains/vertcoin { + vertcoin = libsForQt5.callPackage ../applications/blockchains/vertcoin { boost = boost165; withGui = true; }; |
