1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2023-12-13 04:04:03 +00:00
parent 26c4a1e416
commit a77c2c4568
2 changed files with 16 additions and 16 deletions

View file

@ -244,11 +244,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702203126, "lastModified": 1702423270,
"narHash": "sha256-4BhN2Vji19MzRC7SUfPZGmtZ2WZydQeUk/ogfRBIZMs=", "narHash": "sha256-3ZA5E+b2XBP+c9qGhWpRApzPq/PZtIPgkeEDpTBV4g8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "defbb9c5857e157703e8fc7cf3c2ceb01cb95883", "rev": "d9297efd3a1c3ebb9027dc68f9da0ac002ae94db",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -287,11 +287,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1702345486, "lastModified": 1702419470,
"narHash": "sha256-M1a/Z+zFOdVsnyJE+XSjr9Ca8127S9xLTrR6ruIqoUI=", "narHash": "sha256-R5Ce+MY0VIM8ZU1Zswy7Ir+QWvCj9nI8zckw2f/s3mU=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "b76cc974b9a5dd206f01872f78e6346e54fb5170", "rev": "d65c6a0bafada059e87a11a4bcd129afc16d2e5d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -312,11 +312,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1702346467, "lastModified": 1702432904,
"narHash": "sha256-Im1m3BlkTZLzjVSYOLOQbypxG4G/5OMAYr1xYiSHVsk=", "narHash": "sha256-mIWwwzA+9B4scUsywDrtzjNfG48lB9rmI05CKAXTyeg=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "d94f7e09e8708783e3e4bf838657127066874fd6", "rev": "bfa0c24cb5e25f259c701efa55c58841bea5e2ed",
"revCount": 625, "revCount": 626,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },

View file

@ -29,7 +29,7 @@ in
}; };
nvim-web-devicons = buildVimPlugin { nvim-web-devicons = buildVimPlugin {
pname = "nvim-web-devicons"; pname = "nvim-web-devicons";
version = "2023-12-09"; version = "2023-12-08";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
@ -139,12 +139,12 @@ in
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2023-12-10"; version = "2023-12-12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "cc5f3a00819b3bef2789f95443057613ed7c42f8"; rev = "cc1783ca5f1f9bfed18bfc051bb88e0e4faaf17a";
sha256 = "054ivgg3ybrbacyz0blcsj3idy5is040vmljm2w61r6v80rf6h69"; sha256 = "174fx4ijyjczqb2lg6s1i3g4m4mvph02s7wfdk2jf0png7dg2mq4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -428,7 +428,7 @@ in
}; };
vim-matchup = buildVimPlugin { vim-matchup = buildVimPlugin {
pname = "vim-matchup"; pname = "vim-matchup";
version = "2023-11-25"; version = "2023-11-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "andymass"; owner = "andymass";
repo = "vim-matchup"; repo = "vim-matchup";
@ -483,7 +483,7 @@ in
}; };
indent-blankline-nvim = buildVimPlugin { indent-blankline-nvim = buildVimPlugin {
pname = "indent-blankline.nvim"; pname = "indent-blankline.nvim";
version = "2023-12-07"; version = "2023-12-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lukas-reineke"; owner = "lukas-reineke";
repo = "indent-blankline.nvim"; repo = "indent-blankline.nvim";