@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
13
13
owner = "bitcoinclassic" ;
14
14
repo = "bitcoinclassic" ;
15
15
rev = "v${ version } " ;
16
- sha256 = "1z6g930csvx49krl34207yqwlr8dkxpi72k3msh15p1kjvv90nvz " ;
16
+ sha256 = "00spils0gv8krx2nyxrf6j1dl81wmxk8xjkqc22cv7nsdnakzrvm " ;
17
17
} ;
18
18
19
19
nativeBuildInputs = [ pkgconfig autoreconfHook ] ;
@@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
32
32
parties. Users hold the crypto keys to their own money and transact directly
33
33
with each other, with the help of a P2P network to check for double-spending.
34
34
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
37
37
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
39
39
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
41
41
will continue to release updates that are in line with Satoshi’s whitepaper &
42
42
vision, and are agreed upon by the community.
43
43
'' ;
0 commit comments