1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-11-30 11:24:57 +01:00
parent 161ad47913
commit 2560107b39
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 8 deletions

View file

@ -379,11 +379,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1701174899,
"narHash": "sha256-1W+FMe8mWsJKXoBc+QgKmEeRj33kTFnPq7XCjU+bfnA=",
"lastModified": 1701237617,
"narHash": "sha256-Ryd8xpNDY9MJnBFDYhB37XSFIxCPVVVXAbInNPa95vs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "010c7296f3b19a58b206fdf7d68d75a5b0a09e9e",
"rev": "85306ef2470ba705c97ce72741d56e42d0264015",
"type": "github"
},
"original": {

View file

@ -121,8 +121,8 @@ in
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "93750d388162f5658cfdb77bdcfe80711e637647";
sha256 = "12dvr02pfbgckgpmpb5gjbafl3dwip247i1yfgkxbhp3jf2j9gpj";
rev = "1e64838ff575405c32b447b68762649289e8d73c";
sha256 = "0pk4w81fn82chz5jn7cymkb1z0adaxca1xbdz09h18szdbcbx2h1";
fetchSubmodules = false;
};
};
@ -252,12 +252,12 @@ in
};
schemastore-nvim = buildVimPlugin {
pname = "schemastore.nvim";
version = "2023-11-26";
version = "2023-11-30";
src = fetchFromGitHub {
owner = "b0o";
repo = "schemastore.nvim";
rev = "54a4ea14b70cd3fc9db8217bb4ac9e1f78bfa390";
sha256 = "0zbdh40pknm3p6llndf87fr6l28yx7cyaa6307gskfhpia105nwg";
rev = "5bfeb36550018438c2c7ef58f91174f79d99a28a";
sha256 = "192rq8dzfckyz9vpvf489zbqxmd33r8mw6frdrm8fa9xq1q1i0ab";
fetchSubmodules = false;
};
};