1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 27s
Build / build-arm64-linux (push) Successful in 1m0s

This commit is contained in:
Daniel Kempkens 2024-01-20 23:13:09 +01:00
parent 48ad0e38e2
commit 8a346a1db4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 4 deletions

View file

@ -45,17 +45,18 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1705755736, "lastModified": 1705709324,
"narHash": "sha256-K+/jY9GJDfK7N2ujjtKIoDqi4+2Bao2AL6Hu7VsswTU=", "narHash": "sha256-cxzYCWSbOGLnkhfBRwTV2r0hU0jYqO2zo7/gX0tKFu4=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "fa9a85ae468b9df30ae9e5c05a08c0f124e267df", "rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
"type": "github" "type": "github"
}, },
"original": { "original": {
"dir": "contrib", "dir": "contrib",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
"type": "github" "type": "github"
} }
}, },

View file

@ -6,7 +6,7 @@
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
neovim-flake = { neovim-flake = {
url = "github:neovim/neovim?dir=contrib"; url = "github:neovim/neovim?rev=98a4ed0a110625e63950d85b26f3e4614393ea04&dir=contrib";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };