1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-09-15 20:19:36 +02:00
parent 44fc1c6095
commit 172f5e758a
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 11 additions and 11 deletions

View file

@ -13,11 +13,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694734964, "lastModified": 1694793763,
"narHash": "sha256-FvBMAbl6EMFVODzgaEwQ9z7tfGMQvDeyc0YZ5ArPYPE=", "narHash": "sha256-y6gTE1C9mIoSkymRYyzCmv62PFgy+hbZ5j8fuiQK5KI=",
"owner": "ryantm", "owner": "ryantm",
"repo": "agenix", "repo": "agenix",
"rev": "20deb735cc405831ba04a0088fecb3887aa255c0", "rev": "572baca9b0c592f71982fca0790db4ce311e3c75",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -413,11 +413,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1694593561, "lastModified": 1694760568,
"narHash": "sha256-WSaIQZ5s9N9bDFkEMTw6P9eaZ9bv39ZhsiW12GtTNM0=", "narHash": "sha256-3G07BiXrp2YQKxdcdms22MUx6spc6A++MSePtatCYuI=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1697b7d480449b01111e352021f46e5879e47643", "rev": "46688f8eb5cd6f1298d873d4d2b9cf245e09e88e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "48b237fd3f482aef2f5896b8b7a6ece71c19ad99"; rev = "bf8b089eecef9e9e8c1765f81613a2fd5e49175c";
sha256 = "1vwrz7w2bwd9m0mj2w9w1gpxjqx6z0rg5zs2ciglghfqjgnwvdhg"; sha256 = "1fwsmbqxa9na2a6r1ixz7pjqkbrsscvmjy9xssgm7giy2qhpb6nc";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -151,12 +151,12 @@ in
}; };
playground = buildVimPluginFrom2Nix { playground = buildVimPluginFrom2Nix {
pname = "playground"; pname = "playground";
version = "2023-08-26"; version = "2023-09-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "playground"; repo = "playground";
rev = "429f3e76cbb1c59fe000b690f7a5bea617b890c0"; rev = "ba48c6a62a280eefb7c85725b0915e021a1a0749";
sha256 = "1flqiycr7dm4cyp2gpy3dmkk8xcdk4268kgmp5qz43qf7fi8m7iy"; sha256 = "1vgj5vc32ly15ni62fk51yd8km2zp3fkzx0622x5cv9pavmjpr40";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };