From d9a0f07c73f3fa17b4f369a6c187468ee26b455a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 3 Sep 2019 00:25:40 +0100 Subject: chore(third_party): Bump Nixery version --- third_party/nixery.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'third_party') diff --git a/third_party/nixery.nix b/third_party/nixery.nix index acca8f8d97..88dbe057fd 100644 --- a/third_party/nixery.nix +++ b/third_party/nixery.nix @@ -5,8 +5,8 @@ let src = pkgs.fetchFromGitHub { owner = "google"; repo = "nixery"; - rev = "5d64be1969f397236883f140b4d533497622387c"; - sha256 = "0vxng5iy6m5a9b38x1mama6idagdinlv001fdkmjgj25sgyrqy2h"; + rev = "811a1fd228906c89af61d340be8f44788152dad9"; + sha256 = "0jsps86kr64rbnyi49w4pv9pr2fz1wp80zzk5a8ap6q21daky4q0"; }; in import src { inherit pkgs; @@ -14,5 +14,5 @@ in import src { export USER=root cachix use tazjin ''; - extraPackages = with pkgs; [ cachix iana-etc ]; + extraPackages = with pkgs; [ cachix ]; } -- cgit 1.4.1