From 87abbc57705aba462794cbc01fa61b1391e02bd3 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Thu, 17 Jan 2019 21:52:19 +0000 Subject: [PATCH] Update nixpkgs-unstable for clightning 0.6.3 --- nix-bitcoin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-bitcoin.nix b/nix-bitcoin.nix index 719bf24..f95c696 100644 --- a/nix-bitcoin.nix +++ b/nix-bitcoin.nix @@ -2,8 +2,8 @@ let unstable-pkgs-git = builtins.fetchGit { url = "https://github.com/nixos/nixpkgs-channels"; - ref = "nixos-unstable"; - rev = "201d739b0ffbebceb444864d1856babcd1a666a8"; + ref = "nixpkgs-unstable"; + rev = "8349329617ffa70164c5a16b049c2ef5f59416bd"; }; unstable-pkgs = import unstable-pkgs-git { };