Merge pull request #69157 from mmahut/jormungandr

jormungandr: 0.3.1415 -> 0.3.9999
This commit is contained in:
Marek Mahut 2019-09-20 22:24:04 +02:00 committed by GitHub
commit 6e4ed2ed0b
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.3.1415";
version = "0.3.9999";
src = fetchgit {
url = "https://github.com/input-output-hk/${pname}";
rev = "v${version}";
sha256 = "1kg20570ri3bj99gicpp2z272igj9s7m2qw0z1ndk60bxcyghi2x";
sha256 = "11lr533fpispwbk4vsq9bnv40gkpybvpa7ajwczv9ky6afh8np5b";
fetchSubmodules = true;
};