Skip to content

Commit

Permalink
Update buildGoModule sha256 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Mar 27, 2019
1 parent 136df16 commit 94b3518
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ buildGoModule rec {
name = "regen-ledger";

goPackagePath = "github.com/regen-network/regen-ledger";
subPackages = [ "cmd/xrnd" "cmd/xrncli" ];
subPackages = [ "cmd/xrnd" ];

src = ./.;

modSha256 = "0cfb481v5cl7g2klffni4nx1wnd35kc49r0ahs348dr7zk6462dc";

meta = with stdenv.lib; {
description = "Distributed ledger for planetary regeneration";
license = licenses.asl20;
homepage = https://github.com/regen-network/regen-ledger;
};
}
}

0 comments on commit 94b3518

Please sign in to comment.