From 4d9c6e015cd55209603ae10c5a83623bebbaa7f1 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 23 Oct 2019 09:36:14 -0400
Subject: [PATCH] Bump the version for CI

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 96e8e38..9cd2b20 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
       # time of this comment.  We can bump it to a newer version when that
       # makes sense.  Meanwhile, the platform won't shift around beneath us
       # unexpectedly.
-      NIXPKGS_REV: "5d5cd70516001e79516d2ade8bcf31df208a4ef3"
+      NIXPKGS_REV: "8bf142e001b6876b021c8ee90c2c7cec385fe8e9"
 
     steps:
       - run:
-- 
GitLab