jormungandr: 0.5.1 -> 0.5.2

This commit is contained in:
Marek Mahut 2019-09-26 19:14:44 +02:00
parent 8da4f1ac88
commit e669aa4b85
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.5.1"; version = "0.5.2";
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 = "1zdy0yymsipk0a5kcjnkpnzllnx27xvd6331a4w231azj5x1gif2"; sha256 = "0aixz007kc5gisc4hvix3ccmy0r459lczlwmnm2989jcxk3hki3q";
fetchSubmodules = true; fetchSubmodules = true;
}; };