m 2 default: bump to latest stable (dirtycow)

This commit is contained in:
makefu 2016-10-21 22:37:59 +02:00 committed by tv
parent 2fbc005621
commit f892b1ed1c

View file

@ -23,7 +23,8 @@ with import <stockholm/lib>;
user = config.krebs.users.makefu; user = config.krebs.users.makefu;
source = let source = let
inherit (config.krebs.build) host user; 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 { in {
nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then
{ {