Update nixpkgs

This commit is contained in:
Jonas Nick 2019-10-02 09:32:12 +00:00
parent 491dcf9568
commit c1d67c4cee
No known key found for this signature in database
GPG key ID: 4861DBF262123605
6 changed files with 9 additions and 9 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";
}