1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-12 04:02:13 +00:00
parent bbb7893700
commit 32131e9a1b
2 changed files with 19 additions and 19 deletions

View file

@ -497,11 +497,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1723341695, "lastModified": 1723428103,
"narHash": "sha256-ePti/PqK8cl1zfzxm81yw+cH6056a9tHOl5LfB96Jzs=", "narHash": "sha256-rDcxhCd/Mp6pbLFBANtURB8M+J9fcE940aR5NVXnfZM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8cb209431043b41def56482502753fbf90fe78f0", "rev": "2d916fb2a740a271205f1841aa0e81bc51edcffd",
"revCount": 926, "revCount": 927,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -570,11 +570,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723274555, "lastModified": 1723316219,
"narHash": "sha256-gDCMNBju0BwYHUPp6RVVnqE0VnbXl53VMk21OT9fkFw=", "narHash": "sha256-2B9qh8QBvw3kV/8cHc7ZJcrbVsRwP8wKjkwPXTSz76Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "33c40979a7ccf487d6c0e1a420ecf8e4ac2b676e", "rev": "bef98989a27429e1cb9e3d9c25701ba2da742af2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -640,11 +640,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1723340857, "lastModified": 1723343306,
"narHash": "sha256-9ASfcMk+3RXTeEVIQQypQb4AoiqngHwNS3h6Vmz3MdA=", "narHash": "sha256-/6sRkPq7/5weX2y0V8sQ29Sz35nt8kyj+BsFtkhgbJE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "poetry2nix", "repo": "poetry2nix",
"rev": "d66c10043cbf58bf11c40312cbfe6f20fbdf8bdd", "rev": "4a1c112ff0c67f496573dc345bd0b2247818fc29",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -776,11 +776,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723303070, "lastModified": 1723402464,
"narHash": "sha256-krGNVA30yptyRonohQ+i9cnK+CfCpedg6z3qzqVJcTs=", "narHash": "sha256-xjunKUFQs9D7u0TpVoXhrRYb4tbVkutRoFUHj0lEydE=",
"owner": "numtide", "owner": "numtide",
"repo": "treefmt-nix", "repo": "treefmt-nix",
"rev": "14c092e0326de759e16b37535161b3cb9770cea3", "rev": "c9f97032be6816fa234f24803b8ae79dc7753a91",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,23 +117,23 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-08-10"; version = "2024-08-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "8a966f32c973511f9697264b3533e9846d29fd09"; rev = "e5a05ba5e298cc1e1dad8eb8095b8d4d89a7f793";
sha256 = "1j3g50x3ng184j6r5r005k8qzv2s17hh2wh8zrpvdki61lvgjpr8"; sha256 = "0argviiq7zns8psvqdpa7i1fphwywpg7yngdnfzrc8xp75br99va";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2024-08-09"; version = "2024-08-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "97b8238fb6f1dd2b7d4168ee10457c277c9e6ee3"; rev = "79f7d771626eaa2b92f6f32f399b841bb638049e";
sha256 = "1cy1173lb0l72wf7dh200c154b63vzhwx85yj2nd5pvd828mafwp"; sha256 = "179l52r5i5d7h4ya4p7z55326bydd7r6md223kdmhsbw02bs4yqs";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };