jormungandr: 0.6.0 -> 0.6.1

This commit is contained in:
Marek Mahut 2019-10-15 16:52:07 +02:00
parent 070dbb7fc2
commit 75cbbea4b9
1 changed files with 2 additions and 2 deletions

View File

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