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

View file

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