1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-12-16 04:02:42 +00:00
parent 1daaa46378
commit 926fa0471d
2 changed files with 19 additions and 19 deletions

View file

@ -233,11 +233,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1734190932, "lastModified": 1734279981,
"narHash": "sha256-nIweyhgHbDMJSH6zlciTe2abEzDKWkW28B6/qM9UWOU=", "narHash": "sha256-NdaCraHPp8iYMWzdXAt5Nv6sA3MUzlCiGiR586TCwo0=",
"owner": "cachix", "owner": "cachix",
"repo": "git-hooks.nix", "repo": "git-hooks.nix",
"rev": "c2b3567b03baf0999a1dd14f7e7ab34b46297d68", "rev": "aa9f40c906904ebd83da78e7f328cd8aeaeae785",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -424,11 +424,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1734228120, "lastModified": 1734314524,
"narHash": "sha256-tb8fl7juWw8r0YmVMW+AZrdMRjnChuYuU23WjZhjN5g=", "narHash": "sha256-A+U08VoiLzD89G+p/X2wvGbMttZuVFfWm4O7zSKYE4M=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "803a59e42f31daee5eeaf67dddf078abdce7578e", "rev": "088d1a33a703c57f725b1b98f7c0ae1977041abe",
"revCount": 1029, "revCount": 1030,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -497,11 +497,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1734187240, "lastModified": 1734274429,
"narHash": "sha256-I8cMXXWtf/+3DJT3QGm9BAp/b1oOCdKfgvpZ5XAUnp4=", "narHash": "sha256-wl9o+8lyLxU182xws0yNo4odQNVaH8w7a7DzrcbZiSk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "119bb2941c87b630c56b5e36b9ed63e3daa0e2d3", "rev": "539eaf79a5abc7efc5463dcc267d91e6ee4c3b49",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -117,23 +117,23 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-12-14"; version = "2024-12-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "cfbbdd5effbde3d47d2d662e67cfcd62a93b783f"; rev = "54a29bf99d5ccb2de512906279686457d699f8e5";
sha256 = "1d2dl2hrjz6hgm4hx9c4dd1l01i7lz6wad275kl1497bnccvjnj2"; sha256 = "043y4sn4fm1dza5mrj77sg5cx32x7s59l9dl20vzjdas8irhzg4r";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
rainbow-delimiters-nvim = buildVimPlugin { rainbow-delimiters-nvim = buildVimPlugin {
pname = "rainbow-delimiters.nvim"; pname = "rainbow-delimiters.nvim";
version = "2024-12-11"; version = "2024-12-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "rainbow-delimiters.nvim"; repo = "rainbow-delimiters.nvim";
rev = "8d9a5debf473658c0d1d73fcb51bad1d9aecbf75"; rev = "77e5bad54227dcfe3878ffbda88ab1efdaacb475";
sha256 = "0r63grpalkrp2pqgakd3z70qgcsn4acab35fxzdav1bz115mm16y"; sha256 = "1wpk8aa8nnh4ba9n8l1l1k4gi5b1zy9p3fg2q72b15czwizq8g58";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -513,12 +513,12 @@ in
}; };
which-key-nvim = buildVimPlugin { which-key-nvim = buildVimPlugin {
pname = "which-key.nvim"; pname = "which-key.nvim";
version = "2024-12-12"; version = "2024-12-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "which-key.nvim"; repo = "which-key.nvim";
rev = "4ab3bbe976e63b5390d3fca74a52a092a041cd30"; rev = "8ab96b38a2530eacba5be717f52e04601eb59326";
sha256 = "1mhlfkqj09cqkzabgs0amyyyr8z1m9mjqbjv2wncir8ahlpmgm56"; sha256 = "12wkl04apgag0p5njw8mczzlbxqf5h08k61qciwy10n4q1harzvz";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };