[automation] Update flake
This commit is contained in:
parent
c9f0a788dc
commit
a33a972a58
2 changed files with 27 additions and 27 deletions
26
flake.lock
26
flake.lock
|
@ -420,11 +420,11 @@
|
||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730944894,
|
"lastModified": 1731031293,
|
||||||
"narHash": "sha256-4ZeBIW8DTScLRBk0l61OkXEMLH0Fc1pxNxyuUrXmA3k=",
|
"narHash": "sha256-oLnxfZZt+nLJY8Nwli4d7NrlOqUtYmd7b5TU0JpGjJI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "5a6a133d3fbfdbf4042cde12b60b3c29ada06896",
|
"rev": "0d598da7dbb895fb1fc623b762e028dcd11d1417",
|
||||||
"revCount": 1011,
|
"revCount": 1012,
|
||||||
"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": 1730878299,
|
"lastModified": 1731032247,
|
||||||
"narHash": "sha256-0VIz/3PKaylSIoRdOE07kkT1tMXgqaybXrfIS2Xz+so=",
|
"narHash": "sha256-OjLft7fwkmiRLXQsGAudGFZxEYXOT0nHwrQ9GbsBqJ4=",
|
||||||
"owner": "lnl7",
|
"owner": "lnl7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "98e7dba87238e4fa4eac609dc44f07dab40661c4",
|
"rev": "2fbf4a8417c28cf45bae6e6e97248cbbd9b78632",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -493,11 +493,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730902633,
|
"lastModified": 1730989260,
|
||||||
"narHash": "sha256-OrCMJZ8qZftRplhoB+BksvoPLBOZQpH8mnACgPKNuMc=",
|
"narHash": "sha256-5R9m921OhgOUNHVIxTS8+jZJokkZRsH7UOecxlchqZ8=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1c07b97d2d4302baca8c61fa2d0d4632427972a7",
|
"rev": "3aea494127aae5d08c4c501ea4ba27e6c185b822",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -547,11 +547,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730284601,
|
"lastModified": 1731025526,
|
||||||
"narHash": "sha256-eHYcKVLIRRv3J1vjmxurS6HVdGphB53qxUeAkylYrZY=",
|
"narHash": "sha256-z0jMgVMXEkn6lmFNu2oSrcOKGwymvthyPWPjxXOi1eA=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "43a898b4d76f7f3f70df77a2cc2d40096bc9d75e",
|
"rev": "be0cb8b526f05d636a19c466148c458ad18a5660",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -117,23 +117,23 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-11-06";
|
version = "2024-11-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "0722f23886d7de2c702ca54a72d94d6171715cb7";
|
rev = "eab2005cb5a839abb4af9961a76bbf819650a1a9";
|
||||||
sha256 = "1lxv3cb7kvfdvav626niwn0s7ykrbwyk7hij9xb5g9l8fdbrj1wm";
|
sha256 = "1yzw0d943j667942xnqdiknkrfkncdvmjxih597rf7sjxnfd9f2n";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
rainbow-delimiters-nvim = buildVimPlugin {
|
rainbow-delimiters-nvim = buildVimPlugin {
|
||||||
pname = "rainbow-delimiters.nvim";
|
pname = "rainbow-delimiters.nvim";
|
||||||
version = "2024-11-03";
|
version = "2024-11-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "HiPhish";
|
owner = "HiPhish";
|
||||||
repo = "rainbow-delimiters.nvim";
|
repo = "rainbow-delimiters.nvim";
|
||||||
rev = "e0f9b3efe150724af2d2ed59997d5ece373840e3";
|
rev = "a25248a9e5cbfa117043f6740b10248dd596b576";
|
||||||
sha256 = "0nzljcl5knmk462ryi621qf90m1mbnn4nylqd8rybvn2w7qyvnhf";
|
sha256 = "0fpkbqnfmn01rz24yb9448cbv6wkcfkhcr8h12q687h7xgg9gmbh";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -183,12 +183,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-lspconfig = buildVimPlugin {
|
nvim-lspconfig = buildVimPlugin {
|
||||||
pname = "nvim-lspconfig";
|
pname = "nvim-lspconfig";
|
||||||
version = "2024-11-06";
|
version = "2024-11-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neovim";
|
owner = "neovim";
|
||||||
repo = "nvim-lspconfig";
|
repo = "nvim-lspconfig";
|
||||||
rev = "52302604e3c667cfdf33aadf89088e96eb3c5da3";
|
rev = "d01864641c6e43c681c3e9f6cf4745c75fdd9dcc";
|
||||||
sha256 = "131412acacmh8f164afd0bbajj5j0hxyq1cpm2kw87fqkw9j3r9i";
|
sha256 = "06a3cxizbsjk3fn6ajb2p1pydzqz4ri79qfcl8b5a787r2iflnrp";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -209,8 +209,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "b0o";
|
owner = "b0o";
|
||||||
repo = "schemastore.nvim";
|
repo = "schemastore.nvim";
|
||||||
rev = "3d2412ee76de350ac13b42e84876b2184d8847a5";
|
rev = "5f0639d68cbea3ab8a9a24a51a5f984d86ea8438";
|
||||||
sha256 = "16m327ig75gss7qvr78q2fyi6j1byxi2vihfvm9mjik0mxnzsi27";
|
sha256 = "00w6as4j19rf2rwwpyf1qjks25yplri2s9qr1y4p5k2zl5iq8f96";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -491,12 +491,12 @@ in
|
||||||
};
|
};
|
||||||
neogit = buildVimPlugin {
|
neogit = buildVimPlugin {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2024-11-05";
|
version = "2024-11-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NeogitOrg";
|
owner = "NeogitOrg";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "bae3412ea9ac31292e14e9090dde7cb118cd52c1";
|
rev = "8e1e301c2e33c60375850bcf22ba1fb77b684b97";
|
||||||
sha256 = "07pxksgwrzszidx32kwwpvd7f15bn3pj37jvy6imwvwmfvzza43x";
|
sha256 = "1x9hkld6z16sxsj8wvykqyrnqw21dhvib965jzhpk4a106skczh9";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue