diff options
author | makefu <github@syntax-fehler.de> | 2016-10-21 22:37:59 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-10-22 17:50:57 +0200 |
commit | c7858f23ee9bcdae0616c21c347d1691168fbada (patch) | |
tree | 3290fa491b18ed869c9c1ede26a8bd3c53b1040f /makefu/2configs | |
parent | 6a2d38b29d52443c537787fdd40dac9c46e1e8a8 (diff) |
m 2 default: bump to latest stable (dirtycow)
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index af0e2bae0..cb6fe55b8 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 { |