1
0
Fork 0

[automation] Update flake

This commit is contained in:
Actions Bot 2024-07-31 04:01:50 +00:00
parent 6c7c3fff67
commit 37fd176a0a
2 changed files with 7 additions and 7 deletions

View file

@ -496,11 +496,11 @@
"poetry2nix": "poetry2nix"
},
"locked": {
"lastModified": 1722304871,
"narHash": "sha256-KW8UtOgUmdOEeuR1mUe1Yf0mFTT/uDRoUtH21q6pYRY=",
"lastModified": 1722391274,
"narHash": "sha256-8Spp5arLDmiMDB3HotypSkwAHZ+wrCYNpykkqVyufKM=",
"ref": "refs/heads/master",
"rev": "40a8d303ec164f22090c2e3dfcd97a5fa103d841",
"revCount": 910,
"rev": "cba145270ff8076f7cab38d41872a18af35bff1c",
"revCount": 911,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},

View file

@ -117,12 +117,12 @@ in
};
nvim-treesitter = buildVimPlugin {
pname = "nvim-treesitter";
version = "2024-07-29";
version = "2024-07-30";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "a7ba147b4b51631f7cf7d9da56f7d5763073b18d";
sha256 = "1cbgy39gl0rk9fczxd3hr0k9g66vjiin215khmgd3kg808axgypg";
rev = "9f8c99e980f55e72148a95a0fb2e260c95f6341b";
sha256 = "19higq88qcvklkrbgbpp703ky05hlwk84qkyjj7k3bi3dh4zfg1d";
fetchSubmodules = false;
};
};