1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-01 21:13:49 +02:00
parent 20cf6b8f65
commit e024ce8477
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 6 additions and 6 deletions

View file

@ -355,11 +355,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688100262, "lastModified": 1688188316,
"narHash": "sha256-RlyMyeya6hClpgyMtKLYjf/watrWpyvlwInj8+d94lc=", "narHash": "sha256-CXuQllDKCxtZaB/umnZOvoJ/d4kJguYgffeTA9l1B3o=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3c614fbc76fc152f3e1bc4b2263da6d90adf80fb", "rev": "8277b539d371bf4308fc5097911aa58bfac1794f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -140,12 +140,12 @@ in
}; };
telescope-nvim = buildVimPluginFrom2Nix { telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2023-06-30"; version = "2023-07-01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "c5b11f4fe780f4acd6ed0d58575d3cb7af3e893a"; rev = "b14de80d1cdf66f988f6550ca8577c43bb3797cd";
sha256 = "11ccs7vvaa20i1lnqswqmch5sxgswwg6w4s1x5syzy9yzknxfbrk"; sha256 = "1b2fsls9hnaa17fp08206pwx6krlgr8bryhk2mnw30w0zgb8bqfr";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };