Update deps

This commit is contained in:
Daniel Kempkens 2022-06-15 11:32:41 +02:00
parent cce482ac1c
commit 33d4785b7a
2 changed files with 6 additions and 6 deletions

View file

@ -174,11 +174,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1655239344, "lastModified": 1655273078,
"narHash": "sha256-5Va2Qmy50AspTfyHvoWrwCpTuqArOg9LnvRPe8YW5no=", "narHash": "sha256-jlcD35mFKn7CQHUgUa0E79QrS5+5A+/Gh3BI2y/PC3U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9ef09e06806e79e32e30d17aee6879d69c011037", "rev": "29399e5ad1660668b61247c99894fc2fb97b4e74",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -124,12 +124,12 @@
}; };
telescope-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { telescope-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2022-06-13"; version = "2022-06-15";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "3d304a9a55f1b142b874c319138152003f192c4c"; rev = "d96eaa914aab6cfc4adccb34af421bdd496468b0";
sha256 = "0mvh8z6nh99ijh7vbp4f17qy783x2mwblmg89s8rsw71yiprx297"; sha256 = "0iwml8wk3mk1j8pff11w0fg0x7hihnz6d5wq1ki57fasycwd90a0";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };