summary refs log tree commit diff
path: root/pkgs/applications/altcoins/bitcoin-classic.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-06-18 09:29:46 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-06-18 09:31:03 +0100
commit5b96398b4d65908cc47748f61ccde8ea57fdac1f (patch)
tree63272dd49e27e76d265d497ac6395eaa790bb4e8 /pkgs/applications/altcoins/bitcoin-classic.nix
parent41de162f0defe297403a811eabdb1dd8d17b35b5 (diff)
downloadnixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar.gz
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar.bz2
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar.lz
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar.xz
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.tar.zst
nixpkgs-5b96398b4d65908cc47748f61ccde8ea57fdac1f.zip
bitcoin-classic: fix checksum
Diffstat (limited to 'pkgs/applications/altcoins/bitcoin-classic.nix')
-rw-r--r--pkgs/applications/altcoins/bitcoin-classic.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/altcoins/bitcoin-classic.nix b/pkgs/applications/altcoins/bitcoin-classic.nix
index 1cb9a77785e..5f17eb3a1cf 100644
--- a/pkgs/applications/altcoins/bitcoin-classic.nix
+++ b/pkgs/applications/altcoins/bitcoin-classic.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
     owner = "bitcoinclassic";
     repo = "bitcoinclassic";
     rev = "v${version}";
-    sha256 = "1z6g930csvx49krl34207yqwlr8dkxpi72k3msh15p1kjvv90nvz";
+    sha256 = "00spils0gv8krx2nyxrf6j1dl81wmxk8xjkqc22cv7nsdnakzrvm";
   };
 
   nativeBuildInputs = [ pkgconfig autoreconfHook ];
@@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
       parties. Users hold the crypto keys to their own money and transact directly
       with each other, with the help of a P2P network to check for double-spending.
 
-      Bitcoin Classic stands for the original Bitcoin as Satoshi described it, 
-      "A Peer-to-Peer Electronic Cash System". We are writing the software that 
+      Bitcoin Classic stands for the original Bitcoin as Satoshi described it,
+      "A Peer-to-Peer Electronic Cash System". We are writing the software that
       miners and users say they want. We will make sure it solves their needs, help
-      them deploy it, and gracefully upgrade the bitcoin network's capacity 
+      them deploy it, and gracefully upgrade the bitcoin network's capacity
       together. The data shows that Bitcoin can grow, on-chain, to welcome many
-      more users onto our coin in a safe and distributed manner. In the future we 
+      more users onto our coin in a safe and distributed manner. In the future we
       will continue to release updates that are in line with Satoshi’s whitepaper &
       vision, and are agreed upon by the community.
     '';