1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 43m2s
Build / build-arm64-linux (push) Successful in 11m8s

This commit is contained in:
Daniel Kempkens 2023-10-05 18:24:59 +02:00
parent 92d34f3ec9
commit 7f146886c9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
3 changed files with 22 additions and 22 deletions

View file

@ -325,11 +325,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1696429473,
"narHash": "sha256-6YPLfZ7YxdGEAzFKsC+zrZS7fYP82oAaspWGgdm2Amw=",
"lastModified": 1696505474,
"narHash": "sha256-i+uB553ud0rWZoNqZ/D1DI8PI+LdMWAAqYG5bZt4j9Q=",
"owner": "neovim",
"repo": "neovim",
"rev": "3079fa1f9f198bb303fa616004da9c269673c7a5",
"rev": "f67517bba30b6233bea85e1f6a8505171142d4ca",
"type": "github"
},
"original": {
@ -350,11 +350,11 @@
]
},
"locked": {
"lastModified": 1696456351,
"narHash": "sha256-ofsLezAduEnEngW8JmvO+x5wZpe0j/B3KtMX5mZHwkE=",
"lastModified": 1696522354,
"narHash": "sha256-jlM/mGU99H0sGt+oBImEbqJlUGbYgc31ICGVAys8psc=",
"ref": "refs/heads/master",
"rev": "a0c61a3b230dc165c441db70c69eeaee86b8ee7e",
"revCount": 515,
"rev": "7345d7d0c69bd5769f8127d972e0644bc2a3bf88",
"revCount": 517,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
@ -401,16 +401,16 @@
},
"nixos-unstable": {
"locked": {
"lastModified": 1696193975,
"narHash": "sha256-mnQjUcYgp9Guu3RNVAB2Srr1TqKcPpRXmJf4LJk6KRY=",
"lastModified": 1696434248,
"narHash": "sha256-qivb3b3b5Cxe5/8qwCJ4CJCw/ENtim5zlhDItGR0p1I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "fdd898f8f79e8d2f99ed2ab6b3751811ef683242",
"rev": "349bdd9653c42f1793d338b43aefe08883c5ebee",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
}
@ -492,11 +492,11 @@
"nixpkgs-stable": "nixpkgs-stable_2"
},
"locked": {
"lastModified": 1696158581,
"narHash": "sha256-h0vY4E7Lx95lpYQbG2w4QH4yG5wCYOvPJzK93wVQbT0=",
"lastModified": 1696516544,
"narHash": "sha256-8rKE8Je6twTNFRTGF63P9mE3lZIq917RAicdc4XJO80=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "033453f85064ccac434dfd957f95d8457901ecd6",
"rev": "66c352d33e0907239e4a69416334f64af2c685cc",
"type": "github"
},
"original": {

View file

@ -1,7 +1,7 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
# nixpkgs-master.url = "github:nixos/nixpkgs/master";
# Tools

View file

@ -89,8 +89,8 @@ in
src = fetchFromGitHub {
owner = "gbprod";
repo = "substitute.nvim";
rev = "d057ce801500e51886f18a9effb5457e2790165e";
sha256 = "1k6a8m1i63nlqzwps2g7a2dya5d7y1xj8glbs5h9ylscdyhf340f";
rev = "49f6f4992f244242cd522572631c34b0a89c54cb";
sha256 = "0wmbx66d47dajc822g31xrqdymma9jky14s3dfxvbdwzzxab9ipp";
fetchSubmodules = false;
};
};
@ -286,12 +286,12 @@ in
};
nvim-lint = buildVimPlugin {
pname = "nvim-lint";
version = "2023-09-30";
version = "2023-10-05";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-lint";
rev = "1065763f115a7765ef237347ad676ba348d7193a";
sha256 = "0wlfq7xpi60nrqxx2v0h2pjv9jhx5alir8z9q1h7vcnf2hykj45c";
rev = "d0e7bacfe64d86daee08789b7496b889705f8b46";
sha256 = "1f82vgqwwf9qkycxii65sq0lmk7dspshwsg2pw2k3j6mghl81q0c";
fetchSubmodules = false;
};
};
@ -465,8 +465,8 @@ in
src = fetchFromGitHub {
owner = "lewis6991";
repo = "gitsigns.nvim";
rev = "287f9370150436d5ca114062cc897bf8fa167006";
sha256 = "0f56dccg1sy2kv41q1dnp4fh97s12qzf95a70jxq4g4yq21x8ah2";
rev = "292938621016a9eb8f266398383fca5cf531c985";
sha256 = "19l8hcv3a7mg2kram199618a590c52vkk476vygl9x8pg7ib8h12";
fetchSubmodules = false;
};
};