summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefu/2configs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix
index af0e2bae..cb6fe55b 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -23,7 +23,8 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu;
source = let
inherit (config.krebs.build) host user;
- ref = "b8ede35"; # stable @ 2016-10-19
+ # ref = "b8ede35"; # stable @ 2016-10-19
+ ref = "31c72ce"; # stable @ 2016-10-21 (dirtycow)
in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{