about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-09-21T14·39+0100
committerVincent Ambo <tazjin@google.com>2019-09-21T14·39+0100
commitbcdd2d3fcbcbf807e17dd0c9f6cdf23a3238f0b0 (patch)
tree89bfcd24c03ef03af5c03bedbe14c4d227a9981c /third_party
parent4c3f27b9a7c59aa5301671ae0ce622e7ad5ea140 (diff)
chore(third_party): Bump Nixery version r/84
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nixery.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nixery.nix b/third_party/nixery.nix
index 88dbe057fd..35fe36356f 100644
--- a/third_party/nixery.nix
+++ b/third_party/nixery.nix
@@ -5,8 +5,8 @@
 let src = pkgs.fetchFromGitHub {
   owner = "google";
   repo = "nixery";
-  rev = "811a1fd228906c89af61d340be8f44788152dad9";
-  sha256 = "0jsps86kr64rbnyi49w4pv9pr2fz1wp80zzk5a8ap6q21daky4q0";
+  rev = "924a4b2d3bf5ed9d7052d7ac09288bb0037daae1";
+  sha256 = "1ccq2nk4kbprm48zzpvc132970wvdmvi1iyyrk8kbrf3b92gsm63";
 };
 in import src {
   inherit pkgs;