Skip to content

Commit

Permalink
dogecoin: fix sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Mar 7, 2017
1 parent 0bd211d commit e206d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/altcoins/dogecoin.nix
Expand Up @@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
owner = "dogecoin";
repo = "dogecoin";
rev = "v${version}";
sha256 = "16q3rldj04hkzzjd23h0knszqr5dgixizy4iyc129mz8wa8pbnvyt chec";
sha256 = "16q3rldj04hkzzjd23h0knszqr5dgixizy4iyc129mz8wa8pbnvy";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit e206d5a

Please sign in to comment.