From fb07271f9866a14600714b7d9eef0ca5e036917e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 13 May 2021 10:30:23 -0400 Subject: [PATCH] Bump nixpkgs to get fixed Trollius package --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 882c5bb..d85a3bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,7 +149,7 @@ jobs: # somewhat current as of the 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: "64312fec143e4a0153acdc4d03619e01992ec574" + NIXPKGS_REV: "730129887a84a8f84f3b78ffac7add72aeb551b6" steps: - run: -- GitLab