1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-17 17:10:54 +02:00
parent 0878ee6faa
commit 7de3048b45
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 27 additions and 27 deletions

View file

@ -166,11 +166,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681586243, "lastModified": 1681690464,
"narHash": "sha256-vdP79IZuDZVNSl4RN1LgEuab1Tkbv4gCxiE8VLdRf7U=", "narHash": "sha256-x8pw8KAb9TJsszbCHUBK2bWvgYPlCjwHMV1dF95eZPs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "40ebb62101c83de81e5fd7c3cfe5cea2ed21b1ad", "rev": "53bd74f786934997e7f6a5ed9741b226e511e508",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -189,11 +189,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1681631972, "lastModified": 1681719021,
"narHash": "sha256-zF+sWaQPJpoDyhWXvwJGR7VryYr9+qBCWMTNRjA3BhQ=", "narHash": "sha256-edYPdId662VSpTngbFinHZDk7hbIO0T4DaIG75QdOoA=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "0d9b0fbe579343fa6d6c46e6e1bf6bb8719ea5e0", "rev": "53985a6d31cc60d4b2d7a7af91929922de9ecf4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -212,11 +212,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681632748, "lastModified": 1681719254,
"narHash": "sha256-c0CskvdpipnTn5TSjq6KqNkeKRPYCDMmVTdZL08HTJA=", "narHash": "sha256-bA07zWjG/4mvnXcs08Z0vwAUObpE9nsbtF4wUC0G+Bg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "0e3e0029aa6353ecb7304d4a683d8d6ee69379ef", "rev": "d4ac0e115563dc894323947e2fd679f25bfa788a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -232,11 +232,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1681633218, "lastModified": 1681719793,
"narHash": "sha256-aL+doYUH76jMJur4pGtL86E5jw+wCsK5gEaVgIXYIgE=", "narHash": "sha256-y4JaiQN2ZfKZEFJh+8YtOVpnE7zCsAoOcHw5cHObGFY=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "117664598390b9398d1785ae4cd84137fd8a090a", "rev": "717c197f951b8f283e25bd0f88ef52d3ef3df751",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -247,11 +247,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1681571934, "lastModified": 1681693905,
"narHash": "sha256-Q3B3HTqhTahhPCT53ahK1FPktOXlEWmudSttd9CWGbE=", "narHash": "sha256-XdXMvCt+i2ZcmAIPZvu3RUwcdaC9OX7d1WMAJJokzeA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "29176972b4be60f7d3eb3101f696c99f2e6ada57", "rev": "db34d7561caa508ece0265a56f382c5d3b7a6c1b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-04-16"; version = "2023-04-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "21f2fb188e4e5bb81fd0ff467c5e96dad858becb"; rev = "351e43d5ef9003c62068dc2f40a9772563355220";
sha256 = "117kq9mdpa5fhyv8nxz15khg8013x16nwqfq00kagbn8rzhjj4m9"; sha256 = "13qp2zdgnbrwv97zw5lp2c7fnh5389m6cwpj43dmy472jpa6c82m";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -253,12 +253,12 @@ in
}; };
nvim-navic = buildVimPluginFrom2Nix { nvim-navic = buildVimPluginFrom2Nix {
pname = "nvim-navic"; pname = "nvim-navic";
version = "2023-04-02"; version = "2023-04-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SmiteshP"; owner = "SmiteshP";
repo = "nvim-navic"; repo = "nvim-navic";
rev = "27124a773d362628b114cd12016e743dab4ccf3e"; rev = "226c1c0c0bf67e103b609f18907c778acc9095c2";
sha256 = "0xv2y9kw60cjk5n8h91s679rc101lhaal9ds5fmxgj4sl19jf5fn"; sha256 = "1nc5a7lmzrcv65pa4z0mchqwbb3m314sp8isk9j7kbp600kkw7bq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -429,12 +429,12 @@ in
}; };
nvim-autopairs = buildVimPluginFrom2Nix { nvim-autopairs = buildVimPluginFrom2Nix {
pname = "nvim-autopairs"; pname = "nvim-autopairs";
version = "2023-04-09"; version = "2023-04-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "windwp"; owner = "windwp";
repo = "nvim-autopairs"; repo = "nvim-autopairs";
rev = "7470af886ffb3df32800e5ef9c072a6cd825770d"; rev = "58985de5eeab159462bc262de5cc1b9c9b375595";
sha256 = "10mpzlikr2yx7ky25001jjcdcy0rprm6n81lwxg46xbim3mbxnb7"; sha256 = "115cgkkb44q3vbz282iv30734a10ng59p96sx3iqk8sz88iz4720";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -572,12 +572,12 @@ in
}; };
noice-nvim = buildVimPluginFrom2Nix { noice-nvim = buildVimPluginFrom2Nix {
pname = "noice.nvim"; pname = "noice.nvim";
version = "2023-04-16"; version = "2023-04-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "noice.nvim"; repo = "noice.nvim";
rev = "da0a8835c5c3d0b0ae19a0fd3908ec5269d9bb14"; rev = "5c63a32fde4e87631ddd768f5d7674ec5988c1a2";
sha256 = "1kwirwia8p901jysxbc434w5v277rbqsir86m5f8akgphn4f8rhk"; sha256 = "1rh2242khpgxz16favikagpnwix78z170qhh9jjy5jki9bcwp3vn";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };