1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-11-10 04:02:32 +00:00
parent 5cf2836a75
commit 0bb4908cd3
2 changed files with 19 additions and 19 deletions

View file

@ -420,11 +420,11 @@
"poetry2nix": "poetry2nix" "poetry2nix": "poetry2nix"
}, },
"locked": { "locked": {
"lastModified": 1731117702, "lastModified": 1731204107,
"narHash": "sha256-X/yCKL/5YkHwXB4UTgHy0LxbhNeyu59q4S/OVcJ6v2s=", "narHash": "sha256-PUO5v1sztfZW75BzsZxBnMikpGHXKwpw7Ls6M82YqvM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8676287161821cc101b33fb4b93d630685ca7a1c", "rev": "c5c45a63080492725e81d0b4a7a0fe8009f27c53",
"revCount": 1013, "revCount": 1014,
"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": 1731032247, "lastModified": 1731153869,
"narHash": "sha256-OjLft7fwkmiRLXQsGAudGFZxEYXOT0nHwrQ9GbsBqJ4=", "narHash": "sha256-3Ftf9oqOypcEyyrWJ0baVkRpvQqroK/SVBFLvU3nPuc=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "2fbf4a8417c28cf45bae6e6e97248cbbd9b78632", "rev": "5c74ab862c8070cbf6400128a1b56abb213656da",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -493,11 +493,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731093598, "lastModified": 1731179382,
"narHash": "sha256-SEx51IiVFOfYj0PETsLUP5XMoq/v2bV8VV9G0guEbfo=", "narHash": "sha256-ABPtU6fetzaB93+qTUz2uSL3AO/qsqYiNzUSlrcVuKw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b24f83a5113c563bb671c9b98d5afffd05799343", "rev": "0927ff824cdebc46713d4d4770652fa5134c8d47",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -547,11 +547,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1731116004, "lastModified": 1731172420,
"narHash": "sha256-GuMm8WlTL1HQXSfpaPxUzsyVbmkoxWW4pJG4W6VEuDw=", "narHash": "sha256-DpFLNJIu7fcbaSEQIf/x5j6YJqUjhXdq/pTGFqYNVZI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "poetry2nix", "repo": "poetry2nix",
"rev": "be34b419c975998861fa9727fa079d51406a6438", "rev": "5a0a462cc6d346198582a245ea8eddb4e115e631",
"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-11-08"; version = "2024-11-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "425b58968340bd5b4621c2a0d626c73556516d3d"; rev = "0603b3e3d21ebe2fa82dc5361a3d500e0d3ad3a8";
sha256 = "1vml9i0d726743a9b14z2yazwy2gm75i0d11y96zzg1vbdlw84vd"; sha256 = "1vczd1crllc9s86lzwail848wcfgi7rq9gq1lmfkllplkd0d4wk8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -359,12 +359,12 @@ in
}; };
conform-nvim = buildVimPlugin { conform-nvim = buildVimPlugin {
pname = "conform.nvim"; pname = "conform.nvim";
version = "2024-11-02"; version = "2024-11-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stevearc"; owner = "stevearc";
repo = "conform.nvim"; repo = "conform.nvim";
rev = "d28ccf945374edd9f1c34a82f6c22261dbd8ab98"; rev = "e3263eabbfc1bdbc5b6a60ba8431b64e8dca0a79";
sha256 = "1rrcqrag8xvwvddjzxab5grnwn38f78hj462w1dszk7gd922px3y"; sha256 = "09cqxsl5z3wd0kwh57rmr671sl7zd0wdbqkw7kd45w73ayyvam5x";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };