jormungandr: 0.6.0-rc1+1 -> 0.6.0

This commit is contained in:
Marek Mahut 2019-10-15 08:56:25 +02:00
parent 983df8cd79
commit 39fe98ed0a

View File

@ -10,12 +10,12 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "jormungandr"; pname = "jormungandr";
version = "0.6.0-rc1+1"; version = "0.6.0";
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 = "0vwb6f9qx1w0iv1zblmdhlp9q6c7rl3wbf65wvb3nn4cdwygimv8"; sha256 = "1br964px8xix4lr3650f8qmsafvv96csrs037kz96chzi48x3ddb";
fetchSubmodules = true; fetchSubmodules = true;
}; };