[automation] Update flake
This commit is contained in:
parent
32131e9a1b
commit
2fa35df922
2 changed files with 25 additions and 25 deletions
26
flake.lock
26
flake.lock
|
@ -497,11 +497,11 @@
|
||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723428103,
|
"lastModified": 1723514501,
|
||||||
"narHash": "sha256-rDcxhCd/Mp6pbLFBANtURB8M+J9fcE940aR5NVXnfZM=",
|
"narHash": "sha256-EKOYbDQrs/wApqJvpjCOH9UTcySREd3vHhyf/kuEIO4=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "2d916fb2a740a271205f1841aa0e81bc51edcffd",
|
"rev": "7d6911f847faf6fdadcfb7299e29de78bcc58c94",
|
||||||
"revCount": 927,
|
"revCount": 928,
|
||||||
"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": 1723316219,
|
"lastModified": 1723511409,
|
||||||
"narHash": "sha256-2B9qh8QBvw3kV/8cHc7ZJcrbVsRwP8wKjkwPXTSz76Y=",
|
"narHash": "sha256-Pu4roJOUIhNTd1pG245cKrLpPOJu0zl+8ufcTk35C6Q=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bef98989a27429e1cb9e3d9c25701ba2da742af2",
|
"rev": "31bb770533f18aca9620ee4691115c3c3b18deec",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -640,11 +640,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723343306,
|
"lastModified": 1723512448,
|
||||||
"narHash": "sha256-/6sRkPq7/5weX2y0V8sQ29Sz35nt8kyj+BsFtkhgbJE=",
|
"narHash": "sha256-VSTtxGKre1p6zd6ACuBmfDcR+BT9+ml8Y3KrSbfGFYU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "4a1c112ff0c67f496573dc345bd0b2247818fc29",
|
"rev": "ed52f844c4dd04dde45550c3189529854384124e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -776,11 +776,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1723402464,
|
"lastModified": 1723454642,
|
||||||
"narHash": "sha256-xjunKUFQs9D7u0TpVoXhrRYb4tbVkutRoFUHj0lEydE=",
|
"narHash": "sha256-S0Gvsenh0II7EAaoc9158ZB4vYyuycvMGKGxIbERNAM=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "treefmt-nix",
|
"repo": "treefmt-nix",
|
||||||
"rev": "c9f97032be6816fa234f24803b8ae79dc7753a91",
|
"rev": "349de7bc435bdff37785c2466f054ed1766173be",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -128,12 +128,12 @@ in
|
||||||
};
|
};
|
||||||
rainbow-delimiters-nvim = buildVimPlugin {
|
rainbow-delimiters-nvim = buildVimPlugin {
|
||||||
pname = "rainbow-delimiters.nvim";
|
pname = "rainbow-delimiters.nvim";
|
||||||
version = "2024-08-11";
|
version = "2024-08-12";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HiPhish";
|
owner = "HiPhish";
|
||||||
repo = "rainbow-delimiters.nvim";
|
repo = "rainbow-delimiters.nvim";
|
||||||
rev = "79f7d771626eaa2b92f6f32f399b841bb638049e";
|
rev = "ea4a2da7d14c948b909bead6e41f77d26cf8e3da";
|
||||||
sha256 = "179l52r5i5d7h4ya4p7z55326bydd7r6md223kdmhsbw02bs4yqs";
|
sha256 = "0px5mjpjrszb5i5sxgcvrl6bzwvajkl9b110hqhs8gn8piwxcb3b";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -150,12 +150,12 @@ in
|
||||||
};
|
};
|
||||||
telescope-nvim = buildVimPlugin {
|
telescope-nvim = buildVimPlugin {
|
||||||
pname = "telescope.nvim";
|
pname = "telescope.nvim";
|
||||||
version = "2024-08-02";
|
version = "2024-08-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "3b1600d0fd5172ad9fae00987362ca0ef3d8895d";
|
rev = "43c47ebc49ba601c7f0d06d65ce61d6aa8e670ab";
|
||||||
sha256 = "16lnbb8cazvfb69vg71gcj8f60dkmms0vnpc00z0c3fjyg6wd50p";
|
sha256 = "0kxci4zs3h64cmghdsypc38b9vnl52imd1v96x9icx96gkncwkj1";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -205,12 +205,12 @@ in
|
||||||
};
|
};
|
||||||
schemastore-nvim = buildVimPlugin {
|
schemastore-nvim = buildVimPlugin {
|
||||||
pname = "schemastore.nvim";
|
pname = "schemastore.nvim";
|
||||||
version = "2024-08-09";
|
version = "2024-08-12";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "b0o";
|
owner = "b0o";
|
||||||
repo = "schemastore.nvim";
|
repo = "schemastore.nvim";
|
||||||
rev = "6ba091a30616aadeda531c7f27dfad263303f55d";
|
rev = "088105704cb799e130e2427c815a04eed71a6925";
|
||||||
sha256 = "11930wzy7kq6ngy30kl5bkpwvzdl2l2if8mp9p4gxifihk4n1d3f";
|
sha256 = "13z4xzfbv88q04g4bdfp8fm1n3fazcp6bx2dkynqgd33sh11vbgl";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -392,12 +392,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter-textobjects = buildVimPlugin {
|
nvim-treesitter-textobjects = buildVimPlugin {
|
||||||
pname = "nvim-treesitter-textobjects";
|
pname = "nvim-treesitter-textobjects";
|
||||||
version = "2024-08-07";
|
version = "2024-08-13";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter-textobjects";
|
repo = "nvim-treesitter-textobjects";
|
||||||
rev = "ca93cb2c34b67ab22d01976fc90bc95627a3317f";
|
rev = "ced6375723b20616282f9f6a1018a63ae19b106a";
|
||||||
sha256 = "0a397r9jv4q8dbv1r7g06c9ms1zrys0fp4135vf9818llcv1a5zr";
|
sha256 = "0nc84gn48ybj1420ba757in4pq06hldvrxvqbz4q3y90ymn1mj2h";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue