summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 11:00:43 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-18 11:00:43 +0000
commitc6c78fda4f2907a4d012d57e85d4969c18cb95e6 (patch)
tree7c05a6879cc116f9a362f40dca8c6706049456f0 /pkgs
parentef2abc20bc08546fa4dc55a14dab96a3d3f62981 (diff)
bitcoin-classic: 1.3.8 -> 1.3.8uahf
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/blockchains/bitcoin-classic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/bitcoin-classic.nix b/pkgs/applications/blockchains/bitcoin-classic.nix
index a9bf3f4715b3..412ab5390e72 100644
--- a/pkgs/applications/blockchains/bitcoin-classic.nix
+++ b/pkgs/applications/blockchains/bitcoin-classic.nix
@@ -7,13 +7,13 @@ with lib;
stdenv.mkDerivation rec {
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-classic-" + version;
- version = "1.3.8";
+ version = "1.3.8uahf";
src = fetchFromGitHub {
owner = "bitcoinclassic";
repo = "bitcoinclassic";
rev = "v${version}";
- sha256 = "06ij9v7zbdnhxq9429nnxiw655cp8idldj18l7fmj94gqx07n5vh";
+ sha256 = "sha256-V1cOB5FLotGS5jup/aVaiDiyr/v2KJ2SLcIu/Hrjuwk=";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];