Skip to content

Commit

Permalink
Corrected branch dependencies & remove random-port
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem authored and disassembler committed Nov 11, 2019
1 parent f3a8f37 commit 44a1ff8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion nix/launcher-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ let
"--state-dir" dataDir.${os}
"--genesis-block" "${dataDir.${os}}${dirSep}block0.bin"
"--sync-tolerance" "300s"
"--random-port"
"--"
"--secret" "${dataDir.${os}}${dirSep}secret.yaml"
];
Expand Down
8 changes: 4 additions & 4 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"cardano-wallet": {
"branch": "windows-required",
"branch": "master",
"description": "Official Wallet Backend & API for Cardano decentralized",
"homepage": null,
"owner": "input-output-hk",
"repo": "cardano-wallet",
"rev": "73e9d75a39ebb1c4d27176a0ac01afb8438f8b08",
"sha256": "1n4wnx5qnapryagas4dfafr7615p5x5p7k4nrwz2sgsy0khiy3cg",
"rev": "535b2e9185a87f727db8d2dbbb96964c665f270d",
"sha256": "1mccflx1na24900w983l4gvh8q6i9mksc80wv649ybh9a4alk76v",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/73e9d75a39ebb1c4d27176a0ac01afb8438f8b08.tar.gz",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/535b2e9185a87f727db8d2dbbb96964c665f270d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "v2019-10-16"
},
Expand Down

0 comments on commit 44a1ff8

Please sign in to comment.