home/nvim: bump myneovim

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-18 17:05:10 +03:00
parent 9c8d0d2a0c
commit 5f0ee442e6
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 6 additions and 6 deletions

View file

@ -65,16 +65,16 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1663492544, "lastModified": 1663509296,
"narHash": "sha256-NFq9698tie7mDWQSsBQZOyn2nqvZM7arjwGyLK3nb6I=", "narHash": "sha256-ZZV+3Uuqv676YPE8opx220g7e9Mlr+7uejea8iMDh84=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "252f3cf2a6029037ada15564ea8533513391d7df", "rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
"revCount": 19, "revCount": 22,
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim" "url": "https://git.pleshevski.ru/mynix/neovim"
}, },
"original": { "original": {
"rev": "252f3cf2a6029037ada15564ea8533513391d7df", "rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7",
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim" "url": "https://git.pleshevski.ru/mynix/neovim"
} }

View file

@ -13,7 +13,7 @@
}; };
myneovim = { myneovim = {
url = "git+https://git.pleshevski.ru/mynix/neovim?rev=252f3cf2a6029037ada15564ea8533513391d7df"; url = "git+https://git.pleshevski.ru/mynix/neovim?rev=3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };