Update nixpkgs-unstable for clightning 0.6.3

This commit is contained in:
Jonas Nick 2019-01-17 21:52:19 +00:00
parent 723fac48a6
commit 87abbc5770
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 2 additions and 2 deletions

View File

@ -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 { };