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 Jul 13, 2021
1 parent d0947b6 commit 23e089d
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 @@ -205,6 +205,18 @@
"url": "https://github.com/input-output-hk/ops-lib/archive/6966af0beb489379711cec45a60ccbea6e4dc8e7.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 23e089d

Please sign in to comment.