1
0
Fork 0

Update deps
All checks were successful
Build / build-amd64-linux (push) Successful in 9m31s
Build / build-arm64-linux (push) Successful in 17m14s

This commit is contained in:
Daniel Kempkens 2023-10-09 22:40:11 +02:00
parent ff02fd8b34
commit 40f4532a64
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 8 deletions

View file

@ -45,11 +45,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1696856736, "lastModified": 1696881176,
"narHash": "sha256-ynnnyO04fGaySr1F08P6J/wH7wY6+YDjsVNcGqqCzlc=", "narHash": "sha256-ROEjVvY8pSQgmBFHJEQiuOOYsW8yKoSFJ02xzNEWMoU=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "55be4a4e26eafd06704a465ce85cf9526115e0f1", "rev": "40bd96b6f9295a43de0c4179a90db087a7d37293",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -61,11 +61,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1696729975, "lastModified": 1696826630,
"narHash": "sha256-Bgm3GFrNftDwDbnNYvKzeX1jW5euOLif5ZsvYsYYq30=", "narHash": "sha256-oGU94vo6pkzGbaSsPHjpHtOUg6b7nL8v3xATnrcw3cQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0cbdedb436366db9863df099a934306028ed21ca", "rev": "5a9c737c587d2c34d63c5b3cb53c6ab0705bdf4f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -20,8 +20,8 @@ beamPackages.mixRelease rec {
domain = "git.kempkens.io"; domain = "git.kempkens.io";
owner = "daniel"; owner = "daniel";
repo = pname; repo = pname;
rev = "d40db4ca4c5c4a5f77921ee74f8a5364e3d82282"; rev = "96b430ef2e49a384dd30f006df5df2b794a5626f";
hash = "sha256-f/I/PRGNRdy13F/LpwEw8JPubtLFmB94+Vlt3r2Ylkw="; hash = "sha256-J0n3sG6Fo+tZgKdiHQq1ZfDo5w1QBAU8d8sOdcoB2wg=";
}; };
mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; }; mixNixDeps = import "${src}/mix.nix" { inherit lib beamPackages; };