Skip to content

Commit

Permalink
Merge #830
Browse files Browse the repository at this point in the history
830: Jormungandr 0.6.1 r=rvl a=piotr-iohk

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->


# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [ ] I have Jormungandr 0.6.1'ed


# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: Piotr Stachyra <[email protected]>
  • Loading branch information
iohk-bors[bot] and Piotr Stachyra authored Oct 15, 2019
2 parents 8728c7e + b4720b3 commit 944bbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/jormungandr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@

let
release = rec {
version = "0.6.0";
version = "0.6.1";
# Git revision of input-output-hk/jormungandr repo.
rev = "v${version}";
# Hash of git repo and all of its submodules.
sha256 = "1br964px8xix4lr3650f8qmsafvv96csrs037kz96chzi48x3ddb";
sha256 = "1w0xcx1h09wv25qdyybamxxl8sqd2npja12n3vpvz0sgv88c3mix";
# Hash of all Cargo dependencies.
cargoSha256 = "0pflam5am760z4pz3j1ga4arsixmay2487sgpqrhrkiaws4nxy57";
};
Expand Down

0 comments on commit 944bbb8

Please sign in to comment.