Skip to content

Commit

Permalink
Jormungandr 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Stachyra committed Oct 15, 2019
1 parent 8728c7e commit b4720b3
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 b4720b3

Please sign in to comment.