Skip to content

Commit

Permalink
Update nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Apr 17, 2019
1 parent 6489d62 commit 645cd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let

src = ./.;

modSha256 = "1wi2743qzyq1821znvkmyn03g5brhf8mg5drafc7mp5hb1bg1z9b";
modSha256 = "0vhif5khib1hsnr540whqvi41aznnk24haq8252d6qglf2jjy01z";

meta = with stdenv.lib; {
description = "Distributed ledger for planetary regeneration";
Expand All @@ -20,4 +20,4 @@ let
in {
xrnd = (xrn_build "cmd/xrnd");
xrncli = (xrn_build "cmd/xrncli");
}
}

0 comments on commit 645cd03

Please sign in to comment.