1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-04-12 04:03:33 +00:00
parent c69056f6d1
commit d4bb198883
2 changed files with 19 additions and 19 deletions

View file

@ -280,11 +280,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1712799283, "lastModified": 1712884573,
"narHash": "sha256-dqkHNmyiYkZ3NmXlRqr5/0BCgN0jM12JcCX6bC73QLM=", "narHash": "sha256-rPDHOcV9+HMAxObtQZFu/4X1uTy0SLuFXpXXl+0MU3Y=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "7aa56370f326f5f1b3fdfa1c79bbffc7cc6ae267", "rev": "8cca7871555e15f53de3dc4325c8d0203a78622a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1712800924, "lastModified": 1712887328,
"narHash": "sha256-TXSlE+oLWIkv5mPp462rASNMw2kCewk3We7ic0Gyby4=", "narHash": "sha256-2Kw5FVFjKPYg26iw+JECMyRuwYd3X5yyQp9dsgMcGuY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "25996174a46bb1a849ffede3759d144657c7d38b", "rev": "a6f7507af06c6823caa785697a46994ebba14ee1",
"revCount": 776, "revCount": 777,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -356,11 +356,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1712778888, "lastModified": 1712837137,
"narHash": "sha256-JTssetEdUSdocmrq8UCIRr414fhQp1errtarYqo9IYs=", "narHash": "sha256-9joaU/GD35J9Utb0ipelQbOcvsw5eoYTmSarLV3MbNk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ca729afa8c24d9cfbecf752651faa76dc5824cfa", "rev": "681d4a87b26b1dcaae7ffe6cf88c9912c575415f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -372,11 +372,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1712757991, "lastModified": 1712849433,
"narHash": "sha256-kR7C7Fqt3JP40h0mzmSZeWI5pk1iwqj4CSeGjnUbVHc=", "narHash": "sha256-flQtf/ZPJgkLY/So3Fd+dGilw2DKIsiwgMEn7BbBHL0=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d6b3ddd253c578a7ab98f8011e59990f21dc3932", "rev": "f173d0881eff3b21ebb29a2ef8bedbc106c86ea5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-04-10"; version = "2024-04-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "2bad828b48aed74efe8f7e4ea15550e18c7b482d"; rev = "b0ac1135fe304edd34e18204304906744db0fe63";
sha256 = "0pdhxdnph8c5g1y6sfzvwk7r6dg94jq0by5l2z320k5932x0cyqs"; sha256 = "1nnas0mal70jq0lz92hbp19q4fy03lj2kdbpdy7inqrkmrpp43ba";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -216,12 +216,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-04-09"; version = "2024-04-11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "e25c4cdecd3d58c0deccce0f372426c8c480bcce"; rev = "b3014f2209503944f2714cf27c95591433a0c7d8";
sha256 = "0wvlwhlf10wxz8l3nlfgwbxalqia8dkcx2kwacd8srsfcqsr8w8m"; sha256 = "1j8d2ldbigi4j4zrb5q3dhwqal7r0qw99rgj0ala26cwryhzqzni";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };