1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 8m26s
Build / build-amd64-linux (push) Successful in 21m18s

This commit is contained in:
Daniel Kempkens 2023-09-16 18:58:14 +02:00
parent 6070a035a2
commit 666e345f43
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": 1694815276, "lastModified": 1694880146,
"narHash": "sha256-9q0AqoOJUZ6pqayUFuyjpD3DhbnqUIF93jixLSlnYxw=", "narHash": "sha256-awiAxoCr6AV38fhVlCpSWTdfBw868WuV98J2+n+3Z54=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "be10d65bfafe056025ffffa2c1131712b9a493a5", "rev": "7e5ce42977d7b2f223ca57e0237db778b8e424ea",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,17 +346,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694852267, "lastModified": 1694880506,
"narHash": "sha256-h55RymhkuKBMnrg4Nz5Hv92eScN9j2DmESTn4a+GcfY=", "narHash": "sha256-SThqJ8+gwzOipuMjHFSzzE+H+2cWGq41vJaEaXUgpgg=",
"owner": "nifoc", "ref": "refs/heads/master",
"repo": "nix-overlay", "rev": "47d0248f3289478ef8bda4280b8e3e0c39ff836b",
"rev": "f3a0916f4ec288db67c3b40d95dd6e0c43082afa", "revCount": 491,
"type": "github" "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
"original": { "original": {
"owner": "nifoc", "type": "git",
"repo": "nix-overlay", "url": "https://git.kempkens.io/daniel/nix-overlay"
"type": "github"
} }
}, },
"nix-darwin": { "nix-darwin": {

View file

@ -54,7 +54,7 @@
}; };
nifoc-overlay = { nifoc-overlay = {
url = "github:nifoc/nix-overlay"; url = "git+https://git.kempkens.io/daniel/nix-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };