diff options
author | lassulus <lass@lassul.us> | 2017-05-16 10:02:44 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-05-16 10:02:44 +0200 |
commit | 462b971ec16b39f708c4df9aff735453b58a2e04 (patch) | |
tree | 3d35f0481ac5cc1c303e38df16503a4c49711352 /makefu/2configs | |
parent | 7c77e866e745b607bfd0cc553df05179cca87328 (diff) | |
parent | 44c3a498693e6d40bd7d09460a6c2dabb08fcd65 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/default.nix | 2 | ||||
-rw-r--r-- | makefu/2configs/urlwatch.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 7d0faae94..0d61e8dee 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -22,7 +22,7 @@ with import <stockholm/lib>; user = config.krebs.users.makefu; source = let inherit (config.krebs.build) host user; - ref = "0afb6d7"; # unstable @ 2017-05-09 + ref = "a772c3a"; # unstable @ 2017-05-09 + graceful requests2 in { nixpkgs = if config.makefu.full-populate || (getEnv "dummy_secrets" == "true") then { diff --git a/makefu/2configs/urlwatch.nix b/makefu/2configs/urlwatch.nix index d1dcec657..9493b2b7b 100644 --- a/makefu/2configs/urlwatch.nix +++ b/makefu/2configs/urlwatch.nix @@ -20,6 +20,7 @@ https://api.github.com/repos/dorimanx/exfat-nofuse/commits https://api.github.com/repos/dorimanx/exfat-nofuse/tags https://api.github.com/repos/radare/radare2/tags + https://api.github.com/repos/rapid7/metasploit-framework/tags ]; }; } |