[automation] Update flake
This commit is contained in:
parent
97cfda7db7
commit
51f8ee774e
2 changed files with 28 additions and 28 deletions
26
flake.lock
26
flake.lock
|
@ -280,11 +280,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1715116984,
|
"lastModified": 1715211558,
|
||||||
"narHash": "sha256-NN8sR2ZS8ER/6kBUtBpejlEtL1UXdfwebpuXpI/WTlg=",
|
"narHash": "sha256-G+5zf6d6CzHpwIga1OdwSzB8g4w/Z7hfEpaak7pRotY=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "17c89eac1a384aaf9956ed75e60295aba8c78d01",
|
"rev": "d3fa88b70f6f96ec4bc505968afec1dedb3b450b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -305,11 +305,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715133701,
|
"lastModified": 1715220101,
|
||||||
"narHash": "sha256-QqnWURFe4bis6OF33MfJy1HSQnYP/KVi7Uziu2nkkhY=",
|
"narHash": "sha256-X7rNTOcZrDPH7zpmqWK1uUduKibAJBatwnIBajPjTEc=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "74e001e5227c7eeb1fc570a56fd7f57209db2f40",
|
"rev": "d236d5d6cb42768dad06ce402989313a0ac26ac1",
|
||||||
"revCount": 808,
|
"revCount": 810,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||||
},
|
},
|
||||||
|
@ -340,11 +340,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715010655,
|
"lastModified": 1715148395,
|
||||||
"narHash": "sha256-FmdhvR/hgBkPDvIv/HOEIQsSMaVXh8wvTrnep8dF3Jc=",
|
"narHash": "sha256-lRxjTxY3103LGMjWdVqntKZHhlmMX12QUjeFrQMmGaE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "d1659c9eb8af718118fb4bbe2c86797c8b8623eb",
|
"rev": "a4e2b7909fc1bdf30c30ef21d388fde0b5cdde4a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -356,11 +356,11 @@
|
||||||
},
|
},
|
||||||
"nixos-unstable": {
|
"nixos-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715099664,
|
"lastModified": 1715142527,
|
||||||
"narHash": "sha256-kg2+7l4fJYY8tmKMkR5Ww1tStqR57ChF2K52WPKEWKU=",
|
"narHash": "sha256-8OCDTDZzmkhoJ0HzZd/wkUfdAES9e0Jsp3qb5sM/Jys=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "951e02301002a3100bf102bfb05272611633932e",
|
"rev": "0efaf283bd6e3b9ecf6e961d2305bf2e1a9f49c9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-05-07";
|
version = "2024-05-08";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "acefffae27b5105a717b213e19c5975bf7a4ba68";
|
rev = "1be5aa99e3e0e4a36c31fa7066dcf46a4e0142dd";
|
||||||
sha256 = "02d48yfkbcw27c77rlkyzzx7f50giib256v9r5zhpfbjidxxr36y";
|
sha256 = "0h4z4cjzc65sakb9pcf7f2pavcp775a2k78y5n6vrv9p9r3wzamx";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -216,12 +216,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-lspconfig = buildVimPlugin {
|
nvim-lspconfig = buildVimPlugin {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2024-05-07";
|
version = "2024-05-08";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "nvim-lspconfig";
|
repo = "nvim-lspconfig";
|
||||||
rev = "2beb3e9cac3ed9335f8972eb6082f380a4f1f124";
|
rev = "a3d9395455f2b2e3b50a0b0f37b8b4c23683f44a";
|
||||||
sha256 = "00b92gkr2c93qr5mw5fbasjgja6x0hd43zpz6d82sinijcxzvqy4";
|
sha256 = "0r79xnzvw6sqawq3ihyzxwljqra40ax6m506hx8n8mhap46wpk1c";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -238,12 +238,12 @@ in
|
||||||
};
|
};
|
||||||
schemastore-nvim = buildVimPlugin {
|
schemastore-nvim = buildVimPlugin {
|
||||||
pname = "schemastore.nvim";
|
pname = "schemastore.nvim";
|
||||||
version = "2024-05-07";
|
version = "2024-05-08";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "b0o";
|
owner = "b0o";
|
||||||
repo = "schemastore.nvim";
|
repo = "schemastore.nvim";
|
||||||
rev = "8c46453bdf84ad91877effb95e0b6c7b51ea7dda";
|
rev = "35a0998728380a17b8590447e8207391411c667a";
|
||||||
sha256 = "17gkr0pcaxcf278ycj8inf88g77xiaxzq7sg240jbwwf1p7b926w";
|
sha256 = "1rb3fnw5pdsg22f8nsvxf37b5hmkq5gl9qyv3xis1ydm2l4vi7k8";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -282,12 +282,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-lint = buildVimPlugin {
|
nvim-lint = buildVimPlugin {
|
||||||
pname = "nvim-lint";
|
pname = "nvim-lint";
|
||||||
version = "2024-04-30";
|
version = "2024-05-08";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfussenegger";
|
owner = "mfussenegger";
|
||||||
repo = "nvim-lint";
|
repo = "nvim-lint";
|
||||||
rev = "861a04313501563bb1b11f125ae9b7237a517b9b";
|
rev = "83ee4952a968d89329e5a49b4648831d98124783";
|
||||||
sha256 = "1na2gi7vccqjgjh4b2qjwcgn906aql4jsa81sfxbwrbb4rcjikk8";
|
sha256 = "1v6mwif781gib1knc3qrbxn2alijmabq6aizysjhmqwrvmpklkns";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -315,12 +315,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-cmp = buildVimPlugin {
|
nvim-cmp = buildVimPlugin {
|
||||||
pname = "nvim-cmp";
|
pname = "nvim-cmp";
|
||||||
version = "2024-04-23";
|
version = "2024-05-08";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hrsh7th";
|
owner = "hrsh7th";
|
||||||
repo = "nvim-cmp";
|
repo = "nvim-cmp";
|
||||||
rev = "8f3c541407e691af6163e2447f3af1bd6e17f9a3";
|
rev = "cd2cf0c124d3de577fb5449746568ee8e601afc8";
|
||||||
sha256 = "00axjaxgnv6s7rk89sk2wnq5nsqhmv0dm9sn6l1l3cg1vwqqjgxg";
|
sha256 = "0kjms14lqxlpjca5scg2n8vn6rpk47zs82s2hb0l814j00bwwd7z";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue