Skip to content

Commit

Permalink
bump holonix
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jan 14, 2020
1 parent 8b83a06 commit 2ce9ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

# can be any github ref
# branch, tag, commit, etc.
ref = "v0.0.47";
ref = "v0.0.61";

# the sha of what is downloaded from the above ref
# note: even if you change the above ref it will not be redownloaded until
# the sha here changes (the sha is the cache key for downloads)
# note: to get a new sha, get nix to try and download a bad sha
# it will complain and tell you the right sha
sha256 = "0fyal8y02abp71y0l3szcbc9d0r89ph5yk3d6maw28as78mw7v23";
sha256 = "1swzx6jv99bx5dr4b4y9rs65xv07c2k7xf48smrk4x0b7lflw1b5";

# the github owner of the holonix repo
owner = "holochain";
Expand Down

0 comments on commit 2ce9ffe

Please sign in to comment.