[automation] Update flake
This commit is contained in:
parent
95e2f3ebf6
commit
f269826743
2 changed files with 19 additions and 19 deletions
20
flake.lock
20
flake.lock
|
@ -420,11 +420,11 @@
|
||||||
"poetry2nix": "poetry2nix"
|
"poetry2nix": "poetry2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729908096,
|
"lastModified": 1729994493,
|
||||||
"narHash": "sha256-xQsAyLIfVMBn/Z+LjI9qm8/edWXNbLDet90wLOhpAFc=",
|
"narHash": "sha256-+NaATx9Vc727YHaXcwkFcey+KBRLQcJHwV4jrorok5A=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "931a566a6a9875caa87693a777ed137af62964fc",
|
"rev": "2493cee0233bf249eb204af2b8302b15b5298865",
|
||||||
"revCount": 999,
|
"revCount": 1000,
|
||||||
"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": 1729826725,
|
"lastModified": 1729982130,
|
||||||
"narHash": "sha256-w3WNlYxqWYsuzm/jgFPyhncduoDNjot28aC8j39TW0U=",
|
"narHash": "sha256-HmLLQbX07rYD0RXPxbf3kJtUo66XvEIX9Y+N5QHQ9aY=",
|
||||||
"owner": "lnl7",
|
"owner": "lnl7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "7840909b00fbd5a183008a6eb251ea307fe4a76e",
|
"rev": "2eb472230a5400c81d9008014888b4bff23bcf44",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -493,11 +493,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1729852875,
|
"lastModified": 1729980323,
|
||||||
"narHash": "sha256-UuPcH8qiGSDxXcQg16ibMl1OK3fZf6rG7Lw63MHCm5M=",
|
"narHash": "sha256-eWPRZAlhf446bKSmzw6x7RWEE4IuZgAp8NW3eXZwRAY=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "9801748d78845bda7f7b9d854edccef173a04c35",
|
"rev": "86e78d3d2084ff87688da662cf78c2af085d8e73",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-10-25";
|
version = "2024-10-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "48fc5d1dfe3dded8028826dfee7526e26212c73b";
|
rev = "46a6587a23eb842411e27f325280e8d7f71bd00a";
|
||||||
sha256 = "0lhvcsbhaxd5ymxcjlc4z16yz3dwcrmvkbq2adlj544z7gb78wbi";
|
sha256 = "1i92r70dqx5n1sf9rskrki0gi0lqrdlx237c1gfdifa4vlj13k26";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -150,12 +150,12 @@ in
|
||||||
};
|
};
|
||||||
telescope-nvim = buildVimPlugin {
|
telescope-nvim = buildVimPlugin {
|
||||||
pname = "telescope.nvim";
|
pname = "telescope.nvim";
|
||||||
version = "2024-10-10";
|
version = "2024-10-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-telescope";
|
owner = "nvim-telescope";
|
||||||
repo = "telescope.nvim";
|
repo = "telescope.nvim";
|
||||||
rev = "df534c3042572fb958586facd02841e10186707c";
|
rev = "37dc9233a473dd6c3f54456ef9994d8f77c80211";
|
||||||
sha256 = "0a82h051ymnbkzxsz21f454fbk5qq26fhxk4h42jby6vgy7myqqx";
|
sha256 = "0jbwmmf810jbhixd5sfdyfjcv9xrb1l1hliap09p1bhnvm55h9yf";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -491,12 +491,12 @@ in
|
||||||
};
|
};
|
||||||
neogit = buildVimPlugin {
|
neogit = buildVimPlugin {
|
||||||
pname = "neogit";
|
pname = "neogit";
|
||||||
version = "2024-10-25";
|
version = "2024-10-26";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NeogitOrg";
|
owner = "NeogitOrg";
|
||||||
repo = "neogit";
|
repo = "neogit";
|
||||||
rev = "570c39181784f7a2e1bc9cedbfb11846022eea54";
|
rev = "51450329e04860f71a31d8c7ef5178fce6e60524";
|
||||||
sha256 = "0i75yd4sw8cdxl54d2dwzx1slcfnixfrjh4zysc0v9qsq34d57s1";
|
sha256 = "0s2pkl0al8ynhq4b56vnsli6vn59ngfrjpgpg7rzb4zk3xq7v868";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue