1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 8m5s
Build / build-amd64-linux (push) Successful in 26m27s

This commit is contained in:
Daniel Kempkens 2023-09-17 20:11:37 +02:00
parent 164a2dac88
commit 52bb282190
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 12 additions and 12 deletions

View file

@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694947148, "lastModified": 1694969922,
"narHash": "sha256-xiMxDaUsQta19Nc96aatGUolRhlNt6e75mVRAzDuO5E=", "narHash": "sha256-BHq8g+6xrJxX1SY2bOxEhcNn+Z/ukp1ZK0E4vvLMBEE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "de52ed11cde0287a2acda862d016b78f78d752a4", "rev": "8c1739af0b87655790e15e8fd6dfa4bd35e7bcc4",
"revCount": 492, "revCount": 493,
"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": 1694794664, "lastModified": 1694948089,
"narHash": "sha256-+xvmbTgCKFI5PipQ/Gp6RzeSQPYBoErb6/sGWbwPriw=", "narHash": "sha256-d2B282GmQ9o8klc22/Rbbbj6r99EnELQpOQjWMyv0rU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bdc382d331167df7ec767268f07038f776ee2303", "rev": "5148520bfab61f99fd25fb9ff7bfbb50dad3c9db",
"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 = "58c868229044ac0892efeecee2d7706d7f6a00cb"; rev = "9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea";
sha256 = "032zh2jpipff0d80hcigdq8dc4rp61bpj0b32j6zxj3icbrmfvs0"; sha256 = "0654x3bs8y91p0f19dzz41p2x9rs9mwvnfdyp9gfblllwmbdxjx4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,12 +297,12 @@ in
}; };
nvim-lint = buildVimPluginFrom2Nix { nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-09-14"; version = "2023-09-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "12517fb62b9760053b3edebc0b03308921a30f5c"; rev = "3c936d9d28aa5c5d4c90780e1c3430171bdcb3c2";
sha256 = "1qsn5ziprl8wz606rjpri18i25hdsc12b39w4xb2nqkxwx3hdi2l"; sha256 = "12db99jb2wwbf6j8y1d7q5dgrnr5x11j5x83f72sbl800axlkdvf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };