1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 19m27s
Build / build-arm64-linux (push) Successful in 47m25s

This commit is contained in:
Daniel Kempkens 2023-11-25 13:44:57 +01:00
parent 22088d188a
commit 5616cb369d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 7 additions and 6 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1700751952, "lastModified": 1700914107,
"narHash": "sha256-BliTb/KMnXmnMDaOI5g2iDOxjyf+gGQbuTbu2h2QC5Q=", "narHash": "sha256-oIM9LTjiV0pmgiJwMD1mEm20KsXGUIrSkvZgBYVXZic=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "b514edcdf4747b2ebf00a97f89f310d6d4f090f5", "rev": "0da62b579fbd3a21c7ab808f1bb10263d469a1e9",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,11 +61,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1700641131, "lastModified": 1700867874,
"narHash": "sha256-M3bsoVMQM2PcuBWb6n1KDNeMX87svcSj/4qlBcVqs3k=", "narHash": "sha256-0Dk63BLiG9rmfBf8LxFpz8KgpUkepehVzhhVDgfxWSo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "da41de71f62bf7fb989a04e39629b8adbf8aa8b5", "rev": "1b99d72c8b7468def0c633635c469bf828db33a0",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -2,6 +2,7 @@
pkgs.tabnine.overrideAttrs ( pkgs.tabnine.overrideAttrs (
oa: rec { oa: rec {
# https://update.tabnine.com/bundles/version
version = "4.49.0"; version = "4.49.0";
src = pkgs.fetchurl { src = pkgs.fetchurl {