summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-10-21 22:37:59 +0200
committertv <tv@krebsco.de>2016-10-22 17:50:57 +0200
commitc7858f23ee9bcdae0616c21c347d1691168fbada (patch)
tree3290fa491b18ed869c9c1ede26a8bd3c53b1040f /makefu/2configs/default.nix
parent6a2d38b29d52443c537787fdd40dac9c46e1e8a8 (diff)
m 2 default: bump to latest stable (dirtycow)
Diffstat (limited to 'makefu/2configs/default.nix')
-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
{