[automation] Update flake
This commit is contained in:
parent
dfec6e5e80
commit
8e7a13c056
2 changed files with 25 additions and 25 deletions
26
flake.lock
26
flake.lock
|
@ -296,11 +296,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729174520,
|
"lastModified": 1729260213,
|
||||||
"narHash": "sha256-QxCAdgQdeIOaCiE0Sr23s9lD0+T1b/wuz5pSiGwNrCQ=",
|
"narHash": "sha256-jAvHoU/1y/yCuXzr2fNF+q6uKmr8Jj2xgAisK4QB9to=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e78cbb20276f09c1802e62d2f77fc93ec32da268",
|
"rev": "09a0c0c02953318bf94425738c7061ffdc4cba75",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -420,11 +420,11 @@
|
||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729216901,
|
"lastModified": 1729303311,
|
||||||
"narHash": "sha256-SFx3+F10d+g9UgwuBOMsvZsPl9hxOlMNXZ/aLxwZFQk=",
|
"narHash": "sha256-QVft6c9RFd6LEi0cc8NaNisSus3RVZljWrn6iSzHGT4=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "1f15bdc93ba551afc201d0a13982d2cfb612e034",
|
"rev": "a3718a1f93c94552a895aae2be2d0912902fd76a",
|
||||||
"revCount": 991,
|
"revCount": 992,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
"url": "https://git.kempkens.io/daniel/nix-overlay"
|
||||||
},
|
},
|
||||||
|
@ -493,11 +493,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729206252,
|
"lastModified": 1729264064,
|
||||||
"narHash": "sha256-lJEiq1wu1dRGACz97JXSGbdqn+nuShewrV/Nftcj7sI=",
|
"narHash": "sha256-caHSEBxyu/u8HLGANxOcmYUQBjFrTuEpWBBFxOSp0Fc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b5cd423a3684307faf822b875cd186e4d7173a10",
|
"rev": "b792bab7c3dd9cfb1323dd4ea96db77698cc0dab",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -682,11 +682,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729077719,
|
"lastModified": 1729242555,
|
||||||
"narHash": "sha256-zayHqZO9gA1U85c4CPvVSnLV8/cBgc2yVrSKWaKeBUs=",
|
"narHash": "sha256-6jWSWxv2crIXmYSEb3LEVsFkCkyVHNllk61X4uhqfCs=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "treefmt-nix",
|
"repo": "treefmt-nix",
|
||||||
"rev": "5307ba60125bb024d7e52d71d582eafd511f3fee",
|
"rev": "d986489c1c757f6921a48c1439f19bfb9b8ecab5",
|
||||||
"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-10-17";
|
version = "2024-10-18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "03452942dfbd998701d4123ccad2090e1bc7e9f1";
|
rev = "68b2bdd99d889e9705f7e90ae64d990f3ff03cf3";
|
||||||
sha256 = "1j5marsz84zr3qpnabbhahd7fc1sqyxsk2lw2xw4iyvg90bwyaqx";
|
sha256 = "0mwyk0i03dy73djhni55zf3dvlxkx3y4104xhkvlbgp60nl71b1h";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -183,12 +183,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-lspconfig = buildVimPlugin {
|
nvim-lspconfig = buildVimPlugin {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2024-10-16";
|
version = "2024-10-18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "nvim-lspconfig";
|
repo = "nvim-lspconfig";
|
||||||
rev = "541f3a2781de481bb84883889e4d9f0904250a56";
|
rev = "b55b9659de9ac17e05df4787bb023e4c7ef45329";
|
||||||
sha256 = "0z3a122w44k9z2isacywyb8x3hcsql7glrnbrav00rjnl30aml3z";
|
sha256 = "0887n4q7z2k9faqd43ki7gpq30dn9vjk217kafj9hwymamqqfmk2";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -205,12 +205,12 @@ in
|
||||||
};
|
};
|
||||||
schemastore-nvim = buildVimPlugin {
|
schemastore-nvim = buildVimPlugin {
|
||||||
pname = "schemastore.nvim";
|
pname = "schemastore.nvim";
|
||||||
version = "2024-10-17";
|
version = "2024-10-18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "b0o";
|
owner = "b0o";
|
||||||
repo = "schemastore.nvim";
|
repo = "schemastore.nvim";
|
||||||
rev = "ee460baf4c8d29d051906d39b0e095289a3ddc9a";
|
rev = "30eacb81f0202c0d5718fb27e3ec0b03945a03c7";
|
||||||
sha256 = "0awxb0rlyplaf9jhgs7i55spi224m8whhycw8ixhsr7vwiscjr62";
|
sha256 = "0q75ql3fg84nb8vhfxgi1wpmpfz7yk0wqkiw3l7zf1j5xmqskl4y";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -491,12 +491,12 @@ in
|
||||||
};
|
};
|
||||||
neogit = buildVimPlugin {
|
neogit = buildVimPlugin {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2024-10-17";
|
version = "2024-10-18";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NeogitOrg";
|
owner = "NeogitOrg";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "3e44062d164d11848a1663831e4366b86ef6d889";
|
rev = "aa3a343c58c378e91d2457f19952f9f2ee3aacc3";
|
||||||
sha256 = "1mb2mi9cxcd0mdb9fkjc877d2358l00l83p60pjdmd0213b5cc4a";
|
sha256 = "05g62dii54b45q94hnirx7s0xqjdq743aq46y57npah6x2lz8zr0";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue