1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-02-17 04:04:11 +00:00
parent 4c4fe60679
commit ee66fc7653
2 changed files with 36 additions and 36 deletions

View file

@ -279,11 +279,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1708048618, "lastModified": 1708130735,
"narHash": "sha256-yTNLNwYfPWyQpPSdz/siG/NbsOKAyQGVztSHE4VzB3k=", "narHash": "sha256-8i9CMKCXOZlTuMK6oWUeLFn8IkaEYwsuTVJ703+e6wA=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "55a4aa41bb27aa9439fea11c4ebcfec2ee87844d", "rev": "848fc8ede84b9cfc4e651e0e3b449060a8a8d70c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -304,11 +304,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1708048918, "lastModified": 1708135318,
"narHash": "sha256-8UwC1NMkiTiHqxsiBRwc5+kL86cYmfeBNHdyPXHVLvU=", "narHash": "sha256-VnF4n6UkMsX7DYNA28bKy54c2zsJaVsKfKaWL1qWAf8=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "2f40f4752ecd49f6cd31235ef487462a947a6ec4", "rev": "a66881636ad01d28f5106d4b640c42e981a179b2",
"revCount": 712, "revCount": 713,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -339,11 +339,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1707842204, "lastModified": 1708091350,
"narHash": "sha256-M+HAq1qWQBi/gywaMZwX0odU+Qb/XeqVeANGKRBDOwU=", "narHash": "sha256-o28BJYi68qqvHipT7V2jkWxDiMS1LF9nxUsou+eFUPQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f1b2f71c86a5b1941d20608db0b1e88a07d31303", "rev": "106d3fec43bcea19cb2e061ca02531d54b542ce3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -355,11 +355,11 @@
}, },
"nixos-unstable": { "nixos-unstable": {
"locked": { "locked": {
"lastModified": 1708057191, "lastModified": 1708103068,
"narHash": "sha256-O3M5EGAeKZdEzfFIjqah0d8M44A4QCSVwvkbz4cbC2s=", "narHash": "sha256-A3Itq2swJOJ9+RzcmHEA8Tpd8opWAVin3GchouNR8uk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5e55f0bb65124b05d0a52e164514c03596023634", "rev": "607312f76ac46232b6f690748ff0383a2249af05",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -371,11 +371,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1708001613, "lastModified": 1708093448,
"narHash": "sha256-woOmAXW05XnqlLn7dKzCkRAEOSOdA/Z2ndVvKcjid94=", "narHash": "sha256-gohEm3/NVyu7WINFhRf83yJH8UM2ie/KY9Iw3VN6fiE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "085589047343aad800c4d305cf7b98e8a3d51ae2", "rev": "c7763249f02b7786b4ca36e13a4d7365cfba162f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -405,11 +405,11 @@
}, },
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1708085864, "lastModified": 1708139649,
"narHash": "sha256-pQ6Xki/tqw5vZkOxYwWJSG4Xmhvp+GbRZolr4qJ+r4U=", "narHash": "sha256-u/GarSFofJfSjZkq1BYDkuBPDO5IkC7AK4DfSFWsUvE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f5a4d49bfd4569024630de517f9b074390c2c82f", "rev": "560dcb4198deca03f23731365526053f5a76f45d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -121,8 +121,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "d49a8f82f107b43b7cdded278dab4873024a6f36"; rev = "504fe1043298c468f56a6ef6dc61f35b2d69495a";
sha256 = "1a7vh74lj354ziygiyn634x09ms01dyy6szvic0h6kjxsx9d3gzp"; sha256 = "12n003za8id0j6wg7cqynnclsym8ys8v36g7an911f3pv47jr9sl";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -172,12 +172,12 @@ in
}; };
telescope-nvim = buildVimPlugin { telescope-nvim = buildVimPlugin {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2024-02-15"; version = "2024-02-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "45d61cc8da213e4052cf698653692b6a4c961760"; rev = "b744cf59752aaa01561afb4223006de26f3836fd";
sha256 = "04w6jp2cmp9bhvha7iz42nin7474g2z5plphj17dcmxfd857rkzl"; sha256 = "1fnzr97xkrg9j713pwi9093nw772xabxs9cxdaa61jy4qlxsnkfz";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -216,12 +216,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-02-15"; version = "2024-02-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "114bf1875c4adef7c39c86ef538246478b4af87c"; rev = "d1bab4cf4b69e49d6058028fd933d8ef5e74e680";
sha256 = "1y97bszbvkjpv2v3wp43vaan1xcyhgp0af836a2d188l5rk7gwqj"; sha256 = "10sfqf97v2cr9l6fb1i9zvv5srlc0hzm3k74ivb9vwvj6d3c2kfn";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -238,12 +238,12 @@ in
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-02-12"; version = "2024-02-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "91b56a811d87b9e7e0600c95f80ff2d08245bf61"; rev = "844081710a935b4bd95bb8a3cf2742ffb9630993";
sha256 = "001gf379xa4xfllnpqa60wzh55yfpg95gys3jv6hml246xv3y4cm"; sha256 = "0dijcbygl5z4jw8gcfjvld09yijlz0fl10b0c6giizy9r09ij7av";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -282,12 +282,12 @@ in
}; };
nvim-lint = buildVimPlugin { nvim-lint = buildVimPlugin {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2024-02-14"; version = "2024-02-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "889dc0ab3f458997eb9d831dbc3b6c4d6fbc2e12"; rev = "31be66c27214174a28fc092ffcf4bb3e8f6cfd43";
sha256 = "19yl9bbxw1wg51vpd0yln8fxgl2w3gca4cr5v4lcmlp7najsqpjc"; sha256 = "0n1rkxddmz4q7isf49cigr0viyny758ds8bj3g1rcgd7qd7x4s3m";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -425,12 +425,12 @@ in
}; };
nvim-treesitter-textobjects = buildVimPlugin { nvim-treesitter-textobjects = buildVimPlugin {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2024-02-08"; version = "2024-02-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "dd0b2036c3a27cb6e6486f8bd24188c6ca43af0b"; rev = "7f00d94543f1fd37cab2afa2e9a6cd54e1c6b9ef";
sha256 = "0zj1dymlwqky8f224bckl28v5b5hi7v761wx66gd93mf23l4jnqp"; sha256 = "18f2lnl18iha6sjk4053k4f82bh1ay8p4k71kj76lfizllvswxjf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };