1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-12-14 04:02:23 +00:00
parent 04159921bf
commit 44d7f83836
2 changed files with 19 additions and 19 deletions

View file

@ -296,11 +296,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1734043726, "lastModified": 1734093295,
"narHash": "sha256-e9YAMReFV1fDPcZLFC2pa4k/8TloSXeX0z2VysNMAoA=", "narHash": "sha256-hSwgGpcZtdDsk1dnzA0xj5cNaHgN9A99hRF/mxMtwS4=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "3066cc58f552421a2c5414e78407fa5603405b1e", "rev": "66c5d8b62818ec4c1edb3e941f55ef78df8141a8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -424,11 +424,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1734055311, "lastModified": 1734141757,
"narHash": "sha256-kORJq4AwRFeJ9GyepTdWh6NSFL4Ym6uIct6BgrBmTLM=", "narHash": "sha256-veorfM2esl2DAi4+ZPa9FSUVfrLPLqYcQbDj0ww8Su4=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f113034e368d04b832c867bddb3c8569762d5043", "rev": "0ef579b5b74aae9c85878ed00467eec9214e006f",
"revCount": 1027, "revCount": 1028,
"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": 1734014226, "lastModified": 1734100912,
"narHash": "sha256-RcDCLav9GZYWYGoPcU5LzDxrqdDO+a4UYg4pSDyfV9c=", "narHash": "sha256-93T/KB1ppdhnaV4u5uSwO6HutSq2RzcnkqVX9YKYslE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b04b1f3548f38d045f46821d8f41cab5680fed7", "rev": "2a7ebf12140f6d97941d5f8cc38e9323212ecbad",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,12 +29,12 @@ in
}; };
nvim-web-devicons = buildVimPlugin { nvim-web-devicons = buildVimPlugin {
pname = "nvim-web-devicons"; pname = "nvim-web-devicons";
version = "2024-12-10"; version = "2024-12-14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-web-devicons"; repo = "nvim-web-devicons";
rev = "e73d2774d12d0ecf9e05578d692ba1ea50508cf2"; rev = "8a8e0668b8ad6124813a44a626afdf850dd24874";
sha256 = "15y3967a19g0aqigfqk6fsrq5qqiwc23kgdpz3lpr71y831byrpf"; sha256 = "0xp3vsvfsayj9yi30llcw8c4qg47k9pgwaw3q59ygkarqppv0mrf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -117,12 +117,12 @@ in
}; };
nvim-treesitter = buildVimPlugin { nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2024-12-12"; version = "2024-12-13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "2a496fa4e89034014dd054f04c061ba7d6023a0c"; rev = "33d27173876499a0f037cb9edff90d583711b6ae";
sha256 = "1nwm5irj16695g3sdmp54igwli8plc6pxjy94kwk59qj30kmc71x"; sha256 = "13yylk0z0z97c6qa0flz0p4p3nc701m5hlc5b2kp4n8gyij9w6jk";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,12 +183,12 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-12-12"; version = "2024-12-14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "124be12d782d656b3c75b513a44d9e4728406078"; rev = "3cb6c05779459eb5fe9cddbb47675593594f0415";
sha256 = "043m41x55l9q71lcd36bhgrbgp4r4iivmnw502kgkgamq90159fd"; sha256 = "09vsawbf9s29bw8anp3i9lawjs3225f3fb7n85mz3h81fffhs1by";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };