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": {
"dir": "contrib",
"lastModified": 1694815276,
"narHash": "sha256-9q0AqoOJUZ6pqayUFuyjpD3DhbnqUIF93jixLSlnYxw=",
"lastModified": 1694880146,
"narHash": "sha256-awiAxoCr6AV38fhVlCpSWTdfBw868WuV98J2+n+3Z54=",
"owner": "neovim",
"repo": "neovim",
"rev": "be10d65bfafe056025ffffa2c1131712b9a493a5",
"rev": "7e5ce42977d7b2f223ca57e0237db778b8e424ea",
"type": "github"
},
"original": {
@ -346,17 +346,17 @@
]
},
"locked": {
"lastModified": 1694852267,
"narHash": "sha256-h55RymhkuKBMnrg4Nz5Hv92eScN9j2DmESTn4a+GcfY=",
"owner": "nifoc",
"repo": "nix-overlay",
"rev": "f3a0916f4ec288db67c3b40d95dd6e0c43082afa",
"type": "github"
"lastModified": 1694880506,
"narHash": "sha256-SThqJ8+gwzOipuMjHFSzzE+H+2cWGq41vJaEaXUgpgg=",
"ref": "refs/heads/master",
"rev": "47d0248f3289478ef8bda4280b8e3e0c39ff836b",
"revCount": 491,
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
},
"original": {
"owner": "nifoc",
"repo": "nix-overlay",
"type": "github"
"type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay"
}
},
"nix-darwin": {

View file

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