Merge pull request #71190 from mmahut/jormungandr

jormungandr: 0.6.0 -> 0.6.1
This commit is contained in:
Marek Mahut 2019-10-15 16:19:15 +01:00 committed by GitHub
commit c9ff78150b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
rustPlatform.buildRustPackage rec {
pname = "jormungandr";
version = "0.6.0";
version = "0.6.1";
src = fetchgit {
url = "https://github.com/input-output-hk/${pname}";
rev = "v${version}";
sha256 = "1br964px8xix4lr3650f8qmsafvv96csrs037kz96chzi48x3ddb";
sha256 = "1w0xcx1h09wv25qdyybamxxl8sqd2npja12n3vpvz0sgv88c3mix";
fetchSubmodules = true;
};