1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-11-16 04:02:14 +00:00
parent 88ab6c459a
commit 160073943a
2 changed files with 18 additions and 18 deletions

View file

@ -423,11 +423,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1731636104, "lastModified": 1731722502,
"narHash": "sha256-EnPtgycn71uaAPbCb6g5gKvO6SBFryQkCHH0T6XFDK8=", "narHash": "sha256-kQzgeZ12aDothyKyw3tOsn4wcMMLySJL6+9xMp3e7Os=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "9e7c3ebc74f81785459c794f8f89d8b67997a9d1", "rev": "4fa993f2ae8f86372039df59d68e4fb6b452d8b3",
"revCount": 1019, "revCount": 1020,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -496,11 +496,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731611831, "lastModified": 1731701941,
"narHash": "sha256-R51rOqkWMfubBkZ9BY4Y1VaRoeqEBshlfQ8mMH5RjqI=", "narHash": "sha256-IV3fk1IY1fg+S8hQJ9Nbvv91s77LnMSxBc/fBkHOuO0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "cea28c811faadb50bee00d433bbf2fea845a43e4", "rev": "effe68307bf3d891d069293b88a0d8910276b2bb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-11-14"; version = "2024-11-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "6389ceb1758b8f62a15194e3b790e33268304cb8"; rev = "13c7caf8a602488b37cdefe8543c4cfdd5947d9d";
sha256 = "1xwc11qia6kyqlags42x1siygkf0v8fh7qqqcr71waxhkmin7yik"; sha256 = "01132fx67dmqy5sc935xdxjcc8w061zsm3inyqwngm4ljzh3zdw4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,12 +183,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-11-12"; version = "2024-11-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "d2d153a179ed59aa7134d7ebdf4d7dcb156efa22"; rev = "87c7c83ce62971e0bdb29bb32b8ad2b19c8f95d0";
sha256 = "0h65i97lsp1vcab1lr7la3w6mqniz5w6bkmxiglcpxmcywmlhqr6"; sha256 = "1yngh5qvqyrqzilv7dnsvhgrsrvi9mhi2m2cgpxh3kgcl4wmsybs";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -205,12 +205,12 @@ in
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-11-14"; version = "2024-11-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "8ae7ed5b8a58ad36136d9b440205cef552bd0e41"; rev = "f8d6e9068861888651f68958521b1958314aac41";
sha256 = "1lf4sxy0vycy7lz3xxw1mphrlx7myvywzflmw48v3dwxy48csgx7"; sha256 = "09brmd1ynkv4di5ci6faad5xcnj2jgvk3js83gwppvva7brxxl7f";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -407,8 +407,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "oil.nvim"; repo = "oil.nvim";
rev = "651299a6ca799f09997956f30c67329c6033dcd3"; rev = "8ea40b5506115b6d355e304dd9ee5089f7d78601";
sha256 = "0aq550y843vh46yh3777i0b3jvxs9n6hhja1cs4vifwvam8r91g9"; sha256 = "1mvmy64b5hvbilwpiprifx5qiqhysa09aaxiypqfa329h4v7ad29";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };