Update deps
This commit is contained in:
parent
a0c61a3b23
commit
921aa34b66
2 changed files with 5 additions and 5 deletions
|
@ -45,11 +45,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1696429473,
|
"lastModified": 1696489697,
|
||||||
"narHash": "sha256-6YPLfZ7YxdGEAzFKsC+zrZS7fYP82oAaspWGgdm2Amw=",
|
"narHash": "sha256-cXEjQ/203ABFWqV/Jg9pfPITs5oEQctwjczbD2641Xc=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "3079fa1f9f198bb303fa616004da9c269673c7a5",
|
"rev": "0ff13a6a5a0a4d534f4ce9619fa4ccb02f126d53",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -20,8 +20,8 @@ beamPackages.mixRelease rec {
|
||||||
domain = "git.kempkens.io";
|
domain = "git.kempkens.io";
|
||||||
owner = "daniel";
|
owner = "daniel";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "e0107a3d814583b3a521d254bbe09bfad1fc67ac";
|
rev = "5397833935890efbc4bfa5b720d882fba23a66fe";
|
||||||
hash = "sha256-sPFWaEyy4DxRCj+7UueI2aQdDbyUQc3C1bclumyrFKU=";
|
hash = "sha256-l/IhwqxKyihSoo2VMYCpXve30/IkZdXOEmSRzwv0SjM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };
|
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };
|
||||||
|
|
Loading…
Reference in a new issue