1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-09-01 04:02:25 +00:00
parent d4e3447b06
commit adee1c5f81
2 changed files with 16 additions and 16 deletions

View file

@ -521,11 +521,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1725069710, "lastModified": 1725156112,
"narHash": "sha256-6dHpasrtvsbAcqoxdPJkKLBE700WVWq+Lm2mqoDSptE=", "narHash": "sha256-qQJjZ/WeELjKoAsOd9IefW+5hszQLtSA5asZULy4p4M=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "cd94842f1d79742f2d1a0a689a890e1c97047b3b", "rev": "7b88aaaf27edd442fa4209fc62bc58c2ec1f6457",
"revCount": 947, "revCount": 948,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -594,11 +594,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1725054073, "lastModified": 1725138069,
"narHash": "sha256-BaHPrwOZd0u/Q5wUKpEtzaVeKzQUS0z1AFfvUU0aIOQ=", "narHash": "sha256-5msbenvKJqV0H2d8p58o0AMvpk6oyFoPeWU3Zuo+UZg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "84174e715dd7eeb47dc4ad511f59ae8d72221b89", "rev": "5154507a1b18ae480339201b8f55b145fd52a0f0",
"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-30"; version = "2024-08-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "fd9663acca289598086b7c5a366be8b2fa5d7960"; rev = "749df308870381979dc098063973f6ace9968ef6";
sha256 = "0d5c01bm92f3vk7v9gw350277lk4iwjcj4agz1f7blb727fl2pr8"; sha256 = "1pdc7xx50qjacvvb0fraqk5ynxyiwxzz6c413lw4q2nbzkq193m2";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -139,12 +139,12 @@ in
}; };
todo-comments-nvim = buildVimPlugin { todo-comments-nvim = buildVimPlugin {
pname = "todo-comments.nvim"; pname = "todo-comments.nvim";
version = "2024-07-22"; version = "2024-08-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "todo-comments.nvim"; repo = "todo-comments.nvim";
rev = "8f45f353dc3649cb9b44cecda96827ea88128584"; rev = "319c01b99b7a8c9ac2066bf0efd4d6ec68fef444";
sha256 = "0f6ranmfx33cvymigxyvrz4f8jb8k2k9mhlq7fqi5bl1ash0add7"; sha256 = "0nav42w1g9k27jrxzwspdxdalq9sikz7g1f4p57v0wjnrzwdv741";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -524,12 +524,12 @@ in
}; };
which-key-nvim = buildVimPlugin { which-key-nvim = buildVimPlugin {
pname = "which-key.nvim"; pname = "which-key.nvim";
version = "2024-07-24"; version = "2024-08-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "which-key.nvim"; repo = "which-key.nvim";
rev = "6c1584eb76b55629702716995cca4ae2798a9cca"; rev = "bfec3d6bc0a9b0b2cb11644642f78c2c3915eef0";
sha256 = "0qwwj4r5hvsmsjz352aqa4hv3f9pms6r67c4yh5imn5iyvinrzwy"; sha256 = "1s856ns57ds6ckh2ay4f0g0kd32bqq3qfl0ym01f74bn84rhm38m";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };