Merge pull request #13793 from zimbatm/fzf-0.11.4

fzf: 0.11.1 -> 0.11.4
This commit is contained in:
joachifm 2016-03-10 13:07:55 +00:00
commit b2bd557387
2 changed files with 3 additions and 3 deletions

View File

@ -969,8 +969,8 @@
}, },
"junegunn": { "junegunn": {
"fzf": { "fzf": {
"rev": "0.11.1", "rev": "0.11.4",
"sha256": "1zw1kq4d5sb1qia44q04i33yii9qwlwlwz8vxhln03d4631mhsra" "sha256": "12axgg14z4imjskfyfvj95rbhzijjg5nmaphl7m5ap9a3wzlvb32"
}, },
"go-runewidth": { "go-runewidth": {
"rev": "travisish", "rev": "travisish",

View File

@ -8,7 +8,7 @@ let
# When adding entries to the json file, please use `jq . < go-packages.json --sort-keys` # When adding entries to the json file, please use `jq . < go-packages.json --sort-keys`
# to canonicallize the data. # to canonicallize the data.
ghPackages = builtins.fromJSON (builtins.readFile ./go-packages.json); ghPackages = stdenv.lib.importJSON ./go-packages.json;
self = _self // overrides; _self = with self; { self = _self // overrides; _self = with self; {