1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 8m53s
Build / build-arm64-linux (push) Successful in 16m9s

This commit is contained in:
Daniel Kempkens 2023-10-24 11:13:59 +02:00
parent 779a566c0d
commit fa1a70510d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -45,11 +45,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1698042398,
"narHash": "sha256-y4YAeQaQKpAXzLRD4TLryW9qBgmL0YVXn9w4rWeZASk=",
"lastModified": 1698138555,
"narHash": "sha256-HOzLvbRnHtpNQJJN52JYKnTm0d9K508QKsEFLbxjRHk=",
"owner": "neovim",
"repo": "neovim",
"rev": "5e5f5174e3faa862a9bc353aa7da41487911140b",
"rev": "1094d0c0dbd0f37ccc0f1d18c73c6066e5690664",
"type": "github"
},
"original": {

View file

@ -20,8 +20,8 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io";
owner = "daniel";
repo = pname;
rev = "6d9db86e30f6e73cbc0929926bc45c626c2d25d0";
hash = "sha256-3cB3oJlkhedV9SRI7L5lmJ3i7sSQ1aTYl66nJoDrGUE=";
rev = "7359b6f84910d2742fef0f8ce45fdd6e3cd39594";
hash = "sha256-scR7DWDpUdtt74IHLuJzaRbwAtdqscVEVBfOiGRuxZY=";
};
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };