Merge #120: Update nixpkgs

c5024d0f15 Add liquid-swap tool to CI (Jonas Nick)
29e612d3bd Remove spark-wallet with unstable from nixpkgs because it doesn't work (Jonas Nick)
c1d67c4cee Update nixpkgs (Jonas Nick)

Pull request description:

Top commit has no ACKs.

Tree-SHA512: 64de79713b656a7535c0a89f8cead5be0168b067d2e79d9b9dfa7152635d09cea677494ad04f8a0b5f9c5278860ff8f75813561ddafb5ca8024f1f66b4fd4f34
This commit is contained in:
Jonas Nick 2019-10-14 08:30:51 +00:00
commit c8448b8c4a
No known key found for this signature in database
GPG key ID: 4861DBF262123605
7 changed files with 10 additions and 10 deletions

View file

@ -2,6 +2,6 @@ let
fetch = rev: builtins.fetchTarball "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
in
{
nixpkgs = fetch "e6ad5e75f3bfaab5e7b7f0f128bf13d534879e65";
nixpkgs-unstable = fetch "765a71f15025ce78024bae3dc4a92bd2be3a8fbf";
nixpkgs = fetch "6420e2649fa9e267481fb78e602022dab9d1dcd1";
nixpkgs-unstable = fetch "2436c27541b2f52deea3a4c1691216a02152e729";
}