From 3438a8a9544e95f6e28769a263358a81a4910314 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 29 Oct 2019 19:22:20 -0400
Subject: [PATCH] Bump nixpkgs

privacypass Nix packaging is sensitive to the version and the one previously
selected is now too old
---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index ae41e43..69c3e83 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -29,7 +29,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: "3c83ad6ac13b67101cc3e2e07781963a010c1624"
+      NIXPKGS_REV: "8bf142e001b6876b021c8ee90c2c7cec385fe8e9"
 
     steps:
       - run:
-- 
GitLab