1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-08-16 04:02:14 +00:00
parent 5b46f972df
commit 1354f00e1c
2 changed files with 19 additions and 19 deletions

View file

@ -456,11 +456,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1723614748, "lastModified": 1723703096,
"narHash": "sha256-kNFdRdUvwTZOXt+mWCpb2Y99kqzAcBZqI/F/2fSjRJw=", "narHash": "sha256-3/LFSr3Nwrj0Weg9HPTGdK2WpWUhthG56PK6XGZ/L0M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "4b239d8da3a4888b660653dabec18bcc7cf70f7a", "rev": "34eea329cd65c65338d47134817b35e9b3ed10a4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -472,11 +472,11 @@
"neovim-src": { "neovim-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1723588927, "lastModified": 1723675414,
"narHash": "sha256-u4XYsa9td3shTsiDftC7B+HnPgHgY78NeJHxHNkXxFs=", "narHash": "sha256-l8J6lQ7aZRWwQ2nCL5EGGeWT5viSZQSL6lYWcuSHZKY=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "9d74dc3ac5a66d0fd34de125476a92ec0a77ca58", "rev": "615f7bbff06c0585aacce542fac4bc823070ebee",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -496,11 +496,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1723687306, "lastModified": 1723773702,
"narHash": "sha256-z0XHbpoVNbBiXOdth2VEutlc+TnltExXMk7qYazC/Tk=", "narHash": "sha256-PoqLcVyk/+w64cjgcsymh4bgDYaiI0e+e+0bNtQrqBM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8ace805f5a8455dc2446b1a4ec3b85c819dcbb7e", "rev": "a636eb92041eb923f6b7331d2b55129045e09cad",
"revCount": 931, "revCount": 932,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -569,11 +569,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1723662386, "lastModified": 1723720832,
"narHash": "sha256-vcQ5OscW2Xa+7aVIFe624NUoYqULX6Gb8fydkjphrHU=", "narHash": "sha256-zoWgUEjVs7mmwY3L0aOrxdJBdACU2/2mMeJS6XElFAo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "76d7f78b329d92766b46b5c51e8639a1b6983a52", "rev": "c46d43c625f161d3bd22052a5f8f9df703d81be8",
"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-08-14"; version = "2024-08-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "3de418e73d5b912096229aaeea8bb7aef5094e0d"; rev = "bfb50de9cb0673a3bff620d881f690fb7e0d1328";
sha256 = "0fp2jx17kp559k76lsb8zmlsy41cqyvqy1ad9k5w6yaanslq4bs3"; sha256 = "0amgyvmqd7n0878vd6d6f4j8r8y289qxksg5kzvvj7saja5rismb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,12 +183,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-08-14"; version = "2024-08-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "ad32182cc4a03c8826a64e9ced68046c575fdb7d"; rev = "037ea0901ce9a28cfcaa36302618f06d2e164fbf";
sha256 = "10p4qr3ncm4z122wlibyl74dhrhwvlcs7af5r2ri647h63skcrv6"; sha256 = "0lhdnhv43ip2qcb6fzc7mzwv43wcwwks61syzxff6mwcwsndg5bf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };