Skip to content

Commit

Permalink
Use cardano-ping fix from IntersectMBO/ouroboros-network#3193
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Aug 12, 2021
1 parent bf3c6b8 commit a78b0bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/cardano.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ self: super: with self; {
ouroboros-network-pkgs = import (sourcePaths.ouroboros-network + "/nix") {};

cardanoNodeServicePkgs = import (self.sourcePaths.cardano-node-service + "/nix") { gitrev = self.sourcePaths.cardano-node-service.rev; };
ouroboros-network-pkgs = import (self.sourcePaths.ouroboros-network + "/nix") {};
inherit cardanoNodeServicePkgs;
inherit (cardanoNodePkgs.cardanoNodeHaskellPackages.cardano-cli.components.exes) cardano-cli;
inherit (cardanoNodePkgs.cardanoNodeHaskellPackages.cardano-submit-api.components.exes) cardano-submit-api;
Expand Down
12 changes: 12 additions & 0 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@
"url": "https://github.com/input-output-hk/ops-lib/archive/bd8d88e35225eeac61d1d6068bb658c41bf01f04.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"ouroboros-network": {
"branch": "karknu/cardano-ping-v7",
"description": "An implementation of the Ouroboros family of consensus algorithms, with its networking support",
"homepage": "",
"owner": "input-output-hk",
"repo": "ouroboros-network",
"rev": "1249f6f667ef8642582ce05ca5e905abbe5049a8",
"sha256": "08s14wz8xrb4cyxb63z7p7flvyn3pscij278s4j45jd4kwdwh9qz",
"type": "tarball",
"url": "https://github.com/input-output-hk/ouroboros-network/archive/1249f6f667ef8642582ce05ca5e905abbe5049a8.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"smash": {
"branch": "refs/tags/v1.4.0",
"description": "Stakepool Metadata Aggregation Server",
Expand Down

0 comments on commit a78b0bf

Please sign in to comment.