1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-07-08 04:03:24 +00:00
parent 6ac44509b8
commit 7665291c10
2 changed files with 19 additions and 19 deletions

View file

@ -367,11 +367,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1720349807, "lastModified": 1720404118,
"narHash": "sha256-YPefAXSuP2stbLit9YAJVIFCwpaxQtZutGrXvppp+R0=", "narHash": "sha256-iC8D9aO33Cjb8/7ZhKOQY5BqDBi4kCmz/OO9WKEaqPs=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "1354a89e2211b56e6cbd003ad27ba4737462f4ce", "rev": "c3e0558cf639f605f0033e860215a3230e23c947",
"revCount": 881, "revCount": 882,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -456,11 +456,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1720338227, "lastModified": 1720368505,
"narHash": "sha256-PlL/yXNX/C87S2N8lF/HfOJhHForf/l7E6lVWZ4jMrw=", "narHash": "sha256-5r0pInVo5d6Enti0YwUSQK4TebITypB42bWy5su3MrQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b60793b86201040d9dee019a05089a9150d08b5b", "rev": "ab82a9612aa45284d4adf69ee81871a389669a9e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,34 +117,34 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-07-05"; version = "2024-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "a8c082b4f5b3b70bde2ffb08cc112dfd7e515fb3"; rev = "64f6f0ab4e3f613aa682eb5fe29c5025db500ddd";
sha256 = "0mq7dhyikasslkw52371zihjvwdhlsj7fwc8bklwzqvk02l1l2iq"; sha256 = "1cis4gm58rhz297g5inhh24fmf3amcxlq5cm46w01155zrm3gpvj";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2024-06-13"; version = "2024-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "5c9660801ce345cd3835e1947c12b54290ab7e71"; rev = "b29da4a6061a88270e875b38367d82c04c856128";
sha256 = "13nj319a04d461kygicyiqy1619h8xld96cd1g76ilm7l61wdngh"; sha256 = "1fvwhkmnsbs6bb1xp5l7b36h49mk7bss2p8mzxgxifb4v9bi5qzb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
todo-comments-nvim = buildVimPlugin { todo-comments-nvim = buildVimPlugin {
pname = "todo-comments.nvim"; pname = "todo-comments.nvim";
version = "2024-07-06"; version = "2024-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "todo-comments.nvim"; repo = "todo-comments.nvim";
rev = "509016f8107ebeea2323473309691337581a700c"; rev = "313b04e5b02d29ab9275c9295ff5e2b73921b0eb";
sha256 = "0s87k8y0hy4fnnz8v5cllv71scl8di2154v45zxdq48wgd64044g"; sha256 = "0nkamwypw1wi8ys0iq5bl30jq0cxi4094nycnz3kx9ppn3wv1yjj";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -480,12 +480,12 @@ in
}; };
gitsigns-nvim = buildVimPlugin { gitsigns-nvim = buildVimPlugin {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2024-07-03"; version = "2024-07-07";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "39b5b6f48bde0595ce68007ffce408c5d7ac1f79"; rev = "220446c8c86a280180d852efac60991eaf1a21d4";
sha256 = "0a9ch3ivk6py8r2dr829xczr0d2bn2vzji9lk45lb7dizyhs86z8"; sha256 = "0mrslcm75mnds7jklhd7rn4h02sa8ifbqw04qahb7mqgylrzg07i";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };