Skip to content

Commit

Permalink
Merge pull request #71121 from mmahut/jormungandr
Browse files Browse the repository at this point in the history
jormungandr: 0.5.6 -> 0.6.0-rc1+1
  • Loading branch information
mmahut committed Oct 14, 2019
2 parents 73c64f0 + da4a064 commit b7b7ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/blockchains/jormungandr/default.nix
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "jormungandr";
version = "0.5.6";
version = "0.6.0-rc1+1";

src = fetchgit {
url = "https://github.com/input-output-hk/${pname}";
rev = "v${version}+lock";
sha256 = "0l6rxr1xjp5hfkf0qfx8qsa1slxn0ly28akci1rwgdhlzjn43zqr";
rev = "v${version}";
sha256 = "0vwb6f9qx1w0iv1zblmdhlp9q6c7rl3wbf65wvb3nn4cdwygimv8";
fetchSubmodules = true;
};

cargoSha256 = "0590gsghr25bzfmxfyrpg58a0l77y88jwnrkgjxf06x3d66kkn3l";
cargoSha256 = "0pflam5am760z4pz3j1ga4arsixmay2487sgpqrhrkiaws4nxy57";

nativeBuildInputs = [ pkgconfig protobuf ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
Expand Down

0 comments on commit b7b7ed9

Please sign in to comment.