summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-10-21 22:37:59 +0200
committermakefu <github@syntax-fehler.de>2016-10-21 22:37:59 +0200
commit71b7fa17a46929d7e3c834edf204b272ee1f76ec (patch)
treed30450321c699b9df1422b32633bb6fb5421417b /makefu
parent789063319e78a9e2c1df6cf4a436a188886887ae (diff)
m 2 default: bump to latest stable (dirtycow)
Diffstat (limited to 'makefu')
-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 56a87d7af..f218a350d 100644
--- a/makefu/2configs/default.nix
+++ b/makefu/2configs/default.nix
@@ -23,7 +23,8 @@ with config.krebs.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
{