summaryrefslogtreecommitdiffstats
path: root/2configs
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
commitf892b1ed1c5883e8f12e0e937832e58a8ed4c853 (patch)
tree31c85831323cbd72ec64475ac3b8a035b28e1d23 /2configs
parent2fbc005621bcc2149b4bd607669f75326370e547 (diff)
m 2 default: bump to latest stable (dirtycow)
Diffstat (limited to '2configs')
-rw-r--r--2configs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/2configs/default.nix b/2configs/default.nix
index af0e2bae0..cb6fe55b8 100644
--- a/2configs/default.nix
+++ b/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
{