diff --git a/flake.lock b/flake.lock index 178c05c..46d17ee 100644 --- a/flake.lock +++ b/flake.lock @@ -65,16 +65,16 @@ "utils": "utils_2" }, "locked": { - "lastModified": 1663492544, - "narHash": "sha256-NFq9698tie7mDWQSsBQZOyn2nqvZM7arjwGyLK3nb6I=", + "lastModified": 1663509296, + "narHash": "sha256-ZZV+3Uuqv676YPE8opx220g7e9Mlr+7uejea8iMDh84=", "ref": "refs/heads/main", - "rev": "252f3cf2a6029037ada15564ea8533513391d7df", - "revCount": 19, + "rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7", + "revCount": 22, "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" }, "original": { - "rev": "252f3cf2a6029037ada15564ea8533513391d7df", + "rev": "3f758841b5fad14371f4d9e2f7e9b0ad177aa4e7", "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" } diff --git a/flake.nix b/flake.nix index c5ea0aa..96f530d 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ }; 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"; }; };