1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-11-01 04:02:15 +00:00
parent 0baa5a4510
commit 99c564e059
2 changed files with 31 additions and 31 deletions

View file

@ -420,11 +420,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1730340091, "lastModified": 1730426506,
"narHash": "sha256-lh84ycAh9WSA7cM7eKY7jN2pxK7xGdTceHq098ELYOc=", "narHash": "sha256-Knol4TiqVRpc3iobDwT9/w37QDDN0r7OhSJ5bbuHjCU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "34a58e6c6f3fdfcede2875bd68c64db3fb39d2cf", "rev": "12aa5f3aff6de329f2f1535074fe46be8cfd05fb",
"revCount": 1004, "revCount": 1005,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -440,11 +440,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730184279, "lastModified": 1730395835,
"narHash": "sha256-6OB+WWR6gnaWiqSS28aMJypKeK7Pjc2Wm6L0MtOrTuA=", "narHash": "sha256-ADGhFqM8hCabAEx2PADy+vi+iynO9aq221PxDZwrhww=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "b379bd4d872d159e5189053ce9a4adf86d56db4b", "rev": "8dbda1064b0678cf0679e4f4091e91f7497e69a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -477,11 +477,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1730161780, "lastModified": 1730368399,
"narHash": "sha256-z5ILcmwMtiCoHTXS1KsQWqigO7HJO8sbyK7f7wn9F/E=", "narHash": "sha256-F8vJtG389i9fp3k2/UDYHMed3PLCJYfxCqwiVP7b9ig=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "07d15e8990d5d86a631641b4c429bc0a7400cfb8", "rev": "da14839ac5f38ee6adbdb4e6db09b5eef6d6ccdc",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -493,11 +493,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1730247135, "lastModified": 1730359060,
"narHash": "sha256-YaZZlvZj9isN2i8l24A4/7TT89fvpX11nVn2dusl2MM=", "narHash": "sha256-Hkk0mf4pgvX9Ut0YA397nsFqMLhzFVBdFHc4PhBrxYE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ccd7e10e004a6e93486c1dd536f89e85d482d685", "rev": "e19cfce6f3f08d07653157d8826f5c920c770d7b",
"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-10-30"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "1c111e3e8f42c85b16cb4bf30e4254fcb5607817"; rev = "92d2501d698e0fe855bd222540f9648890fab6c7";
sha256 = "1wxmgv40r8s0d3pw2wd5kfq96cjma150jbm1sqrzag9ld4mhw5d1"; sha256 = "1a0imp0w5b58ss9k3sfzk0hp6c57xs3mvg8h5adwgz1xm2z2x5z6";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -183,34 +183,34 @@ in
}; };
nvim-lspconfig = buildVimPlugin { nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2024-10-28"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "59a6766cbf32c7e4cf3ed685ccad7ffe1dde8c40"; rev = "54617a18f4cf46f0c2f6d024fa6feb7515fe036d";
sha256 = "0w04mply303j4mq6myygwgr54bxv7cirnj3qrq4il798bxs71vix"; sha256 = "1hxx86vpx39kps99q4dvhvv92whqbjiwqqmq9ja17bvcx954xp3n";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
nvim-jdtls = buildVimPlugin { nvim-jdtls = buildVimPlugin {
pname = "nvim-jdtls"; pname = "nvim-jdtls";
version = "2024-09-26"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-jdtls"; repo = "nvim-jdtls";
rev = "efe813854432a314b472226dca813f0f2598d44a"; rev = "a9b5fc8cfda32df2bae94db91b4f111374a27807";
sha256 = "0pz51axh4z1g5wjs2q3pprhb0r5irdk78h5mi4m65ss9f6x9pnmg"; sha256 = "1l0xl04fqddhgpy07pf8svny7yh8jj54m51rxg38zkrqhk3wr87g";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
schemastore-nvim = buildVimPlugin { schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim"; pname = "schemastore.nvim";
version = "2024-10-29"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "b0o"; owner = "b0o";
repo = "schemastore.nvim"; repo = "schemastore.nvim";
rev = "ed65feb5b8026d7c6b1981cfe9d97402342d344d"; rev = "a5f6e784d2000f9570791d5f43040ab29e13f9e3";
sha256 = "19yacjqg7zxysl51qzg2mbh243g5xa4g9r54zpsy07fhnh9gvf9j"; sha256 = "0cmhqxsv2bhv0488n043sgb5n7x7rhsrscwnzr3dlbyc966kh68h";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -249,12 +249,12 @@ in
}; };
nvim-lint = buildVimPlugin { nvim-lint = buildVimPlugin {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2024-10-17"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "16b21a7d04d06661f92f273a0744fd81fb19e09e"; rev = "36da8dd0ddc4f88e0beae234c20e75397326f143";
sha256 = "1krhqq16nrz3hm9h0a5yqir75lv8nrc62ii4kxjr885b4bvr9hg2"; sha256 = "0f51lxbwqwns60gb32g6ck1vmd6ap5f396v7im0r4v17rx2k5fxw";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -359,12 +359,12 @@ in
}; };
conform-nvim = buildVimPlugin { conform-nvim = buildVimPlugin {
pname = "conform.nvim"; pname = "conform.nvim";
version = "2024-10-27"; version = "2024-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "conform.nvim"; repo = "conform.nvim";
rev = "6a28c90082a67f62a323ab90d988e000a718a8c7"; rev = "4dd429fe3f47077f4e50cdaf03f7877ce9b213e0";
sha256 = "0f6mn95xd1z2czvjzy3mdhkbinjb6ljp2yyz0v3sqnggk6q9x8vs"; sha256 = "14qdif17k4aiwbgkja6cqr69qfy5afpcv8hmla6rl0a0phqg24z1";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };