1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-10-15 04:02:38 +00:00
parent 66f6d9fbdd
commit 67e41af12e
2 changed files with 14 additions and 14 deletions

View file

@ -419,7 +419,7 @@
"narHash": "sha256-zNW/rqNJwhq2lYmQf19wJerRuNimjhxHKmzrWWFJYts=",
"rev": "622a2253a071a1fb97a4d3c8103a91114acc1140",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz?rev=622a2253a071a1fb97a4d3c8103a91114acc1140"
"url": "https://git.lix.systems/api/v1/repos/lix-project/nixos-module/archive/622a2253a071a1fb97a4d3c8103a91114acc1140.tar.gz"
},
"original": {
"type": "tarball",
@ -502,11 +502,11 @@
"poetry2nix": "poetry2nix"
},
"locked": {
"lastModified": 1728871333,
"narHash": "sha256-mzg7kEp4lYU7lGUXr97L9QCa67kUhzRhMlovLekRlco=",
"lastModified": 1728957721,
"narHash": "sha256-fyYZ51DlWbztHrRIyI+od8uaUlq6OMjxJ2Ovs/9Ylf8=",
"ref": "refs/heads/master",
"rev": "f5a493d24033c5b4c008ffcfd47457e00c95b7b3",
"revCount": 987,
"rev": "239b62af21d878226c10c99c338b450e6194b405",
"revCount": 988,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-10-12";
version = "2024-10-14";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "5a2ff8b7ca5470b1011ed82ef3fdd53139ffc467";
sha256 = "1ckvcspjjnlash61lsjgs9rrxnqlinz9vxm9hlqx0v0sc0qym4z4";
rev = "86728435273b63fe71fa64a66c2a6d49e94613a2";
sha256 = "0c7m7b9ygmzhx3dqx0x4xvq58b9rg221pwd34zbqrp3387cm1ziq";
fetchSubmodules = false;
};
};
@ -183,12 +183,12 @@ in
};
nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig";
version = "2024-10-12";
version = "2024-10-14";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "d141895d1d9f41048fff201d62a2d6e96d299e32";
sha256 = "1f55f69xn6nd0n7j6bb9s21q4ymglhskclds679w2i843j8mfhfq";
rev = "7c4d0f77b8323ff679010706292e5caa4a13d8e6";
sha256 = "06668vvk50yplkjqzxwrmqfl02fk4wh4jpp569p5y9pxghgc1ar6";
fetchSubmodules = false;
};
};
@ -491,12 +491,12 @@ in
};
neogit = buildVimPlugin {
pname = "neogit";
version = "2024-10-13";
version = "2024-10-14";
src = fetchFromGitHub {
owner = "NeogitOrg";
repo = "neogit";
rev = "df4d61d41473360c32bafae838d817efa8d31f92";
sha256 = "1yh3wvqkbiq6djwx836wpqznlsn9wk0zyd28r7wzvikf601yx48l";
rev = "eda716c44d3b5a424ea8604b10756c7fd8bed93a";
sha256 = "1mdyn40ih75pnqrmayiqc3pcwzi80h3y4s60k2yxbbgr0dp9c8rc";
fetchSubmodules = false;
};
};