Skip to content

Commit

Permalink
bump wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Feb 14, 2020
1 parent 770b18e commit 68415b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let
x86_64-windows = lib.systems.examples.mingwW64;
};
system = systemTable.${target} or target;
pkgs = localLib.iohkNix.getPkgs { inherit system config; };
pkgs = localLib.iohkNix.getPkgsDefault { inherit system config; };
crossSystem = crossSystemTable.${target} or null;
# TODO, nsis cant cross-compile with the nixpkgs daedalus currently uses
nsisNixPkgs = import localLib.sources.nixpkgs-nsis {};
Expand Down
14 changes: 7 additions & 7 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"homepage": null,
"owner": "input-output-hk",
"repo": "cardano-wallet",
"rev": "edc42a9c9a79dc3d6e76363f9c03e8e6009de993",
"sha256": "1iw41vhxfnwa83bj8rij7w1mrzvz2hp3cr7mxq3lwgliwzi4xh26",
"rev": "4ea622c694768bf61bd5c9d04a6e59fe1de3fd53",
"sha256": "1xf4c9yqg133m52adg9cq65x8x0vsi54dkd3fh2yhrbxbl6zss6h",
"type": "tarball",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/edc42a9c9a79dc3d6e76363f9c03e8e6009de993.tar.gz",
"url": "https://github.com/input-output-hk/cardano-wallet/archive/4ea622c694768bf61bd5c9d04a6e59fe1de3fd53.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
"version": "v2020-01-27"
},
Expand Down Expand Up @@ -61,15 +61,15 @@
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"iohk-nix": {
"branch": "master",
"branch": "jorm-version-0.8.10",
"description": "nix scripts shared across projects",
"homepage": null,
"owner": "input-output-hk",
"repo": "iohk-nix",
"rev": "911ffe9ab4f1c05685b56e2407e87d2373137930",
"sha256": "0dr2r1rjhddg3jxx13ny1slv3hnx2ai2h8qfxji89jx473p4ybqm",
"rev": "15e22b07388d24bf6aa2a67fb7f41a7dd4b746a5",
"sha256": "1jz7sj2pwp7l4y2i2qp5j0jymjqj2a3v65khp7wsfwnvg1giswzm",
"type": "tarball",
"url": "https://github.com/input-output-hk/iohk-nix/archive/911ffe9ab4f1c05685b56e2407e87d2373137930.tar.gz",
"url": "https://github.com/input-output-hk/iohk-nix/archive/15e22b07388d24bf6aa2a67fb7f41a7dd4b746a5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"js-chain-libs": {
Expand Down

0 comments on commit 68415b8

Please sign in to comment.