1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-09-07 04:01:50 +00:00
parent d2f32c75af
commit 716c1d6f04
2 changed files with 22 additions and 22 deletions

View file

@ -397,11 +397,11 @@
]
},
"locked": {
"lastModified": 1725180166,
"narHash": "sha256-fzssXuGR/mCeGbzM1ExaTqDz7QDGta3WA4jJsZyRruo=",
"lastModified": 1725628988,
"narHash": "sha256-Y6TBMTGu4bddUwszGjlcOuN0soVc1Gv43hp+1sT/GNI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "471e3eb0a114265bcd62d11d58ba8d3421ee68eb",
"rev": "127ccc3eb7e36fa75e8c3fbd8a343154f66cc1c6",
"type": "github"
},
"original": {
@ -481,11 +481,11 @@
]
},
"locked": {
"lastModified": 1725515460,
"narHash": "sha256-ybr3YTmjhVOuCWdacABUPxfUlVNqy0ya3s2sZ8zgyTw=",
"lastModified": 1725621813,
"narHash": "sha256-PULZxwVju7sX7YTDiu2Gr15htFEEoMJ95ZZ6FGj+qa0=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "e8df4bbcb3a2d18a32d8a50bd72c3175227f7468",
"rev": "f751e2e0c00a9393410361b205f42658611ae89b",
"type": "github"
},
"original": {
@ -497,11 +497,11 @@
"neovim-src": {
"flake": false,
"locked": {
"lastModified": 1725446059,
"narHash": "sha256-N+XyobzJsFXVivL/uu8lHSc9vxlM3j5SSOc4G9B0SyA=",
"lastModified": 1725578611,
"narHash": "sha256-sRezYqvmEjS/TIumXiwIN+ttuEPhNNtDnUY7wCpSCAs=",
"owner": "neovim",
"repo": "neovim",
"rev": "b6e350a6b4df40fcc99931c460668c36fadc9989",
"rev": "9570ad24f52442d75d677412cfe2fa83a7ff7a88",
"type": "github"
},
"original": {
@ -521,11 +521,11 @@
"poetry2nix": "poetry2nix"
},
"locked": {
"lastModified": 1725588082,
"narHash": "sha256-rvMRqoK1If0+STL2U75bv8EZMv/BVNGnEha2TwdR18Y=",
"lastModified": 1725674480,
"narHash": "sha256-vat5K7odOPQNEdTOY5TYp4m760cx/nzh4TOmWbR6Oyg=",
"ref": "refs/heads/master",
"rev": "deb4beaa3ccb1894740ed9d671e3a3383e399ae4",
"revCount": 953,
"rev": "ab19459ecdd7ca8d4ff615115656174db8ad34ea",
"revCount": 954,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
@ -541,11 +541,11 @@
]
},
"locked": {
"lastModified": 1725544312,
"narHash": "sha256-ETyDNLOF5YvFO2lVlKttXgdHTqSGdp9ZCRRCjv2gaoM=",
"lastModified": 1725628909,
"narHash": "sha256-xI0OSqPHcs/c/utJsU0Zvcp1VhejMI9mgwr68uHHlPs=",
"owner": "lnl7",
"repo": "nix-darwin",
"rev": "a55b3f1ab41bb6d5025ebeebb4da5fd240b9b3b3",
"rev": "76559183801030451e200c90a1627c1d82bb4910",
"type": "github"
},
"original": {
@ -594,11 +594,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1725542439,
"narHash": "sha256-+c+ULwR2TVKrkkQZJcT1G85IWQwoCek+he4sMM74OIs=",
"lastModified": 1725622710,
"narHash": "sha256-6+zidwZUjLDokXgeqKMCgXl9cdqbG+ln1kf8/tX6yek=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "8b16862469fc1e239f672ddd2e9af3fa9dd9352d",
"rev": "5a24308c384447887fe59453dd23b5cb09079593",
"type": "github"
},
"original": {

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-09-05";
version = "2024-09-06";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "bfe74a4899882a4ef45abb80813f14644a110a34";
sha256 = "16226i6ls2cg9i0km40v5p3hczn0c5axfpf2srqp62nms1v0xrh2";
rev = "ccbaee59547425ef8b766433a6020ac191f3151f";
sha256 = "1hy3msc8ndajzszbwq3mgby66bn4rzmjf3gww7nrn19g32vhpk0v";
fetchSubmodules = false;
};
};