chore: update flake.lock

This commit is contained in:
matt1432 2023-10-12 09:07:58 -04:00
parent beed3f59c5
commit 8ada675d3f
2 changed files with 16 additions and 13 deletions

View file

@ -7,14 +7,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1697084795, "lastModified": 1697109336,
"narHash": "sha256-LtX5RryB60j6vfSiX54rcGdaQVU5oH9JJc65ZtuizmU=", "narHash": "sha256-mP6cND03wsK4LVdBFJ10facoiYUQE8miPFmnI9Kic74=",
"path": "/home/matt/git/ags", "owner": "Aylur",
"type": "path" "repo": "ags",
"rev": "a3cfe8ca2c5ce5f3e4c6e15dc59116146ce2d1dc",
"type": "github"
}, },
"original": { "original": {
"path": "/home/matt/git/ags", "owner": "Aylur",
"type": "path" "repo": "ags",
"type": "github"
} }
}, },
"flake-compat": { "flake-compat": {
@ -480,11 +483,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1697048442, "lastModified": 1697098776,
"narHash": "sha256-sjcml2uP9aIhDVLRoCx1Ar+ZqGPussyseoA2QSgtu9o=", "narHash": "sha256-kvhjca1RLVxEyUiAHgZftp51lJDICMaVkclD3SHxaek=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixpkgs-wayland", "repo": "nixpkgs-wayland",
"rev": "941e5c403f01de6161c7d233845d309c64d021a6", "rev": "8ca67f97319a954d41e08e65bbbd9b4552f81e05",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -527,11 +530,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1697083502, "lastModified": 1697099613,
"narHash": "sha256-WzXsFXmQJN/noHZPuSw+Yl3KeKOpKbH74iIzqKyiXWg=", "narHash": "sha256-9t4kNpPiCOW/SInqCik7HsKgCz+eoCbNNrIxqAN21GA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "6f5c921ddcc818b1e24a117721c58d0d5037e8b6", "rev": "c324f1bd5ad41d63a4721f08760480e346fbff0c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -19,7 +19,7 @@
}; };
ags = { ags = {
url = "path:/home/matt/git/ags"; url = "github:Aylur/ags";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };