1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 16m59s
Build / build-amd64-linux (push) Successful in 28m6s

This commit is contained in:
Daniel Kempkens 2023-09-30 22:19:31 +02:00
parent 1c3f84f380
commit a1cc65d487
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 13 additions and 13 deletions

View file

@ -323,11 +323,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1696066685, "lastModified": 1696077484,
"narHash": "sha256-VSEOsXhLbt1/Lq/2wByeK2GDYKocQpTKDIAhJehZb3Y=", "narHash": "sha256-tuHc8bjrXIfnDyXspZksMhpoLhQxLDOtwJ4WAvXoUSE=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "2af9fac0a6ce3b01f22802511cf1ed7b0734cb2e", "rev": "a4132e1d62c5ef542a05b5ca2c6704f6d992c818",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696071867, "lastModified": 1696081612,
"narHash": "sha256-q7/TbYJMpVddAelTdAY6n1rKAOS8ZbR30GajWj5k808=", "narHash": "sha256-JXcs3eb3fRktAp+TWV3kWJitmqMsoUJpBXfiFW+W5Yw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7b2914aed649660c5ead0356dd93757b5c9f40f4", "rev": "7541f315bae0077052fef7fe859a764bfe705a10",
"revCount": 506, "revCount": 507,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -413,11 +413,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1695837737, "lastModified": 1695978539,
"narHash": "sha256-KcqmJ5hNacLuE7fkz5586kp/vt4NLo6+Prq3DMgrxpQ=", "narHash": "sha256-lta5HToBZMWZ2hl5CautNSUgIZViR41QxN7JKbMAjgQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "517501bcf14ae6ec47efd6a17dda0ca8e6d866f9", "rev": "bd9b686c0168041aea600222be0805a0de6e6ab8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -297,12 +297,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-09-21"; version = "2023-09-30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "67f74e630a84ecfa73a82783c487bdedd8cecdc3"; rev = "1065763f115a7765ef237347ad676ba348d7193a";
sha256 = "1rmpyjbv7a4ipy9nndarp5xv0azkqpw3c51fjw6fpx0yhlk72slc"; sha256 = "0wlfq7xpi60nrqxx2v0h2pjv9jhx5alir8z9q1h7vcnf2hykj45c";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };