Skip to content

Commit 5b96398

Browse files
committedJun 18, 2017
bitcoin-classic: fix checksum
1 parent 41de162 commit 5b96398

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/applications/altcoins/bitcoin-classic.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
1313
owner = "bitcoinclassic";
1414
repo = "bitcoinclassic";
1515
rev = "v${version}";
16-
sha256 = "1z6g930csvx49krl34207yqwlr8dkxpi72k3msh15p1kjvv90nvz";
16+
sha256 = "00spils0gv8krx2nyxrf6j1dl81wmxk8xjkqc22cv7nsdnakzrvm";
1717
};
1818

1919
nativeBuildInputs = [ pkgconfig autoreconfHook ];
@@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
3232
parties. Users hold the crypto keys to their own money and transact directly
3333
with each other, with the help of a P2P network to check for double-spending.
3434
35-
Bitcoin Classic stands for the original Bitcoin as Satoshi described it,
36-
"A Peer-to-Peer Electronic Cash System". We are writing the software that
35+
Bitcoin Classic stands for the original Bitcoin as Satoshi described it,
36+
"A Peer-to-Peer Electronic Cash System". We are writing the software that
3737
miners and users say they want. We will make sure it solves their needs, help
38-
them deploy it, and gracefully upgrade the bitcoin network's capacity
38+
them deploy it, and gracefully upgrade the bitcoin network's capacity
3939
together. The data shows that Bitcoin can grow, on-chain, to welcome many
40-
more users onto our coin in a safe and distributed manner. In the future we
40+
more users onto our coin in a safe and distributed manner. In the future we
4141
will continue to release updates that are in line with Satoshi’s whitepaper &
4242
vision, and are agreed upon by the community.
4343
'';

0 commit comments

Comments
 (0)
Please sign in to comment.