1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-02-04 04:02:45 +00:00
parent 70c8a6b8a8
commit 8bbd6d7b3e
2 changed files with 19 additions and 19 deletions

View file

@ -236,11 +236,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706955260, "lastModified": 1706985585,
"narHash": "sha256-W3y0j77IDVbmbajudHoUr46RpswujUCl+D5Vru53UsI=", "narHash": "sha256-ptshv4qXiC6V0GCfpABz88UGGPNwqs5tAxaRUKbk1Qo=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "880d9bc2110f7cae59698f715b8ca42cdc53670c", "rev": "1ca210648a6ca9b957efde5da957f3de6b1f0c45",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1706839299, "lastModified": 1707012077,
"narHash": "sha256-OMhY82+KRL8FD1uazLuKxjLVAMkMP3+WjvfULxiYuyQ=", "narHash": "sha256-Z+K9LIaGbwNZ76JTyRgXGvksD0dxWzZVhseYdT0/FDM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "73744a0410707322009e1562c8db77922aeb8b8d", "rev": "688586eba107c3f71a6953d5e606cb0aaa781080",
"revCount": 691, "revCount": 692,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -372,11 +372,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1706701482, "lastModified": 1706925685,
"narHash": "sha256-4FF5l9v2lBgOUWzP3DcntfsXvEuao5FhhQcJ4SbwjFE=", "narHash": "sha256-hVInjWMmgH4yZgA4ZtbgJM1qEAel72SYhP5nOWX4UIM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "269ce7215bb5b436546786e8d354d37903e102a8", "rev": "79a13f1437e149dc7be2d1290c74d378dad60814",
"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-02-02"; version = "2024-02-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "1cda98132abfde758c1778096960f9b2c0bd78c1"; rev = "4fbf150a1621d52f17b099506e1a32f107079210";
sha256 = "1ghwqvylkc3sh432zp3vi48amskcalmqrch3r0pv0msnw55sxfyj"; sha256 = "1gvwnzj392xj3p1vbp83vw8djg2a7g9y03lz5z1r6h3y6hwc9n54";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -271,12 +271,12 @@ in
}; };
vim-illuminate = buildVimPlugin { vim-illuminate = buildVimPlugin {
pname = "vim-illuminate"; pname = "vim-illuminate";
version = "2024-01-26"; version = "2024-02-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "RRethy"; owner = "RRethy";
repo = "vim-illuminate"; repo = "vim-illuminate";
rev = "97c1265ff0b67064b6cfdc15bafc50202a537ae2"; rev = "305bf07b919ac526deb5193280379e2f8b599926";
sha256 = "1lx67qjzdcz6nslkr52xprsvb01b62wn7x965a2kkklgzwb6xjzj"; sha256 = "1pmzh7pz23dl6jmcify9494jwgyi2jfjkg0l95cxfrbjqghjxli8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -524,12 +524,12 @@ in
}; };
neogit = buildVimPlugin { neogit = buildVimPlugin {
pname = "neogit"; pname = "neogit";
version = "2024-02-02"; version = "2024-02-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NeogitOrg"; owner = "NeogitOrg";
repo = "neogit"; repo = "neogit";
rev = "89a485c4cf39275676fe77d9cc004e4c53119114"; rev = "a3f23af6f1b12938745092c4b427c732c79effe7";
sha256 = "1kxsrjbm6n90rpz2nc8jrgrr49c77p67xqc26jr3r72y6l7srgni"; sha256 = "14f0jg47dgfsgqx5wcfqwiqx7zpxscxfzbz5n5bq6ya34lf9k3wi";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };