Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Merge #200
Browse files Browse the repository at this point in the history
200: cardano-node: bump to 1.1.0 r=disassembler a=disassembler

Uses latest node in docker image.

Co-authored-by: Samuel Leathers <samuel.leathers@iohk.io>
  • Loading branch information
iohk-bors[bot] and disassembler committed Dec 11, 2019
2 parents 6d4b942 + df118bc commit 9894098
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docker/default.nix
Expand Up @@ -88,7 +88,7 @@ let
];

services.cardano-node = {
extraOptions = [ "+RTS" "-N3" "-RTS" ];
extraArgs = [ "+RTS" "-N3" "-RTS" ];
inherit environment environments;
topology = iohkLib.cardanoLib.mkEdgeTopology {
inherit (targetEnv) edgeHost edgeNodes edgePort;
Expand Down
12 changes: 6 additions & 6 deletions nix/sources.json
Expand Up @@ -17,10 +17,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "cardano-node",
"rev": "4cf223d84dd6d117de624a9c2bea8239013a6e98",
"sha256": "01kirj9b4pmy5ykl55lglb2mg9gg6sgwfvbcfppl24vhn1mq666d",
"rev": "16c404339240efc99fc86ac1a9bb78f7cccb5f3e",
"sha256": "05w5jkjz7gspx6abr2lh7101p8rs4mmbld8laf75my9ssixgnhx0",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-node/archive/4cf223d84dd6d117de624a9c2bea8239013a6e98.tar.gz",
"url": "https://github.com/input-output-hk/cardano-node/archive/16c404339240efc99fc86ac1a9bb78f7cccb5f3e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"gitignore": {
Expand All @@ -41,10 +41,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "c7528276b837efedb02653161d4609bf16fe578c",
"sha256": "02bhj7aajv7qm3wdch1sjwwaa9h8ck8l74fp1fsb99sc3l4yn8wc",
"rev": "d651b042b10211b78ba86950f98cd21b5a33e9ea",
"sha256": "169z4mgsdy1bgiy954ayjp9ymiid02f7zlp5ifq8xpy7xs8hx0rm",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/c7528276b837efedb02653161d4609bf16fe578c.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/d651b042b10211b78ba86950f98cd21b5a33e9ea.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
Expand Down

0 comments on commit 9894098

Please sign in to comment.