1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-11 19:49:38 +02:00
parent 71c0d69d25
commit 0409cbd849
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 21 additions and 21 deletions

View file

@ -168,11 +168,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683651229, "lastModified": 1683813037,
"narHash": "sha256-HN0Mw8g1XQIrcdyzqT00YW0Uqi/V/BUUUAgvcK1pcSM=", "narHash": "sha256-UMEXfYLVcI4p0JUHQD07UWglqj7XUw6xhdJqqNRu4KY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "983f8a1bb965b261492123cd8e2d07da46d4d50a", "rev": "d97e8f8861a7ad3cb2f72adf5b2cd14ab302c593",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -191,11 +191,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683738879, "lastModified": 1683790982,
"narHash": "sha256-V53XRMc6YUYoHFdQ0OgE3HE5qbnwvXWJT9tEi6lT75w=", "narHash": "sha256-nZlM02sDI1tEPIH+i5rckxALfSCOTtWS9Hh7gPynyFA=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "ac1aee99bc76c0036aa0ccf7b9eda48fcf46ac11", "rev": "e90b506903babc84f8c5b796c3b25c7f20e183d2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -214,11 +214,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683759845, "lastModified": 1683793277,
"narHash": "sha256-O1kabib7gOeJ53UzP/8MvObZDmgjvbF6ruIvGrhXh8s=", "narHash": "sha256-cYuW9OOfEt+U+3u15t2r7RFv3YrD4pH8ZNlLssSgCJc=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "be35fad15de0b5049b597ab9baf5255292c6904f", "rev": "5d4b8fb9d327a37019cb5192afe5c0e54f236922",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -229,11 +229,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683717387, "lastModified": 1683777345,
"narHash": "sha256-b4GSeKtDH+7wzw9VptHqIWOyIq28j7++rvRqhCEWFQ8=", "narHash": "sha256-V2p/A4RpEGqEZussOnHYMU6XglxBJGCODdzoyvcwig8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1e8ab5db89c84b1bb29d8d10ea60766bb5cee1f2", "rev": "635a306fc8ede2e34cb3dd0d6d0a5d49362150ed",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -41,12 +41,12 @@ in
}; };
nvim-osc52 = buildVimPluginFrom2Nix { nvim-osc52 = buildVimPluginFrom2Nix {
pname = "nvim-osc52"; pname = "nvim-osc52";
version = "2023-03-03"; version = "2023-05-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ojroques"; owner = "ojroques";
repo = "nvim-osc52"; repo = "nvim-osc52";
rev = "47ce7ee2396fa3ee4fb6b0e0ef14ba06f9c9bd31"; rev = "fa9bbb319239fa54c1b91b84c1d368d3c6427ffd";
sha256 = "0x6fxayhyabag688r142bj10lilyg13ba65d0rbk9jcx1y4702j9"; sha256 = "0w5w3zxgwdys7i5sl6l8mykjfgillsdc73d3xq6w6rzscslvlm1p";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-05-10"; version = "2023-05-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "73c7af9cdbce9330eeb9771639c86269f6d7cf9d"; rev = "957aefe8148902897aad877e508ae7e747f155fc";
sha256 = "0pxxyv54v6dbcx6glp3qwhns5sznyxr631hxpc3qfxpljcdb3qcw"; sha256 = "19fd08k3ns65sqclr2b3pfrqirm92fwmzvxa726dawxfpq3m26mc";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-05-10"; version = "2023-05-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "84717430fb6f51c9e9cc8d63da10cceafc91500c"; rev = "1c0e6d39aa93deebdee35d4945889641e764619e";
sha256 = "02f91bxkm28f1h9wpi9s9h0lp5kxxm3032fg59513m3l3h2xqy39"; sha256 = "0mfjy7jhis96n2az1g9rh9nyv721nhaadifslpczmw6driii9q59";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };