diff --git a/flake.lock b/flake.lock index cb2a757..bb10ede 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1689068808, - "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", + "lastModified": 1726560853, + "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", + "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", "type": "github" }, "original": { @@ -54,12 +54,10 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1691371061, - "narHash": "sha256-BxPbPVlBIoneaXIBiHd0LVzA+L4nmvFCNBU6TmQAiMM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "5068bc8fe943bde3c446326da8d0ca9c93d5a682", - "type": "github" + "lastModified": 0, + "narHash": "sha256-u+rxA79a0lyhG+u+oPBRtTDtzz8kvkc9a6SWSt9ekVc=", + "path": "/nix/store/0283cbhm47kd3lr9zmc5fvdrx9qkav8s-source", + "type": "path" }, "original": { "id": "nixpkgs", @@ -72,16 +70,16 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1729902168, - "narHash": "sha256-Y1l/l2MX7S9eUkB22dAAIHGX3Lwhq58pn5E8/W1nLL4=", + "lastModified": 1734009196, + "narHash": "sha256-SuRbOfPfpfKOzyWh2NzPjMEd1tACcwFstgnyo3KGvII=", "owner": "pietdevries94", "repo": "playwright-web-flake", - "rev": "bea9fbe6ebdabdd5029f6df672d776d834553f56", + "rev": "e9b8178bde33be9fdd166d08abb230befdd71b61", "type": "github" }, "original": { "owner": "pietdevries94", - "ref": "1.48.2", + "ref": "1.49.1", "repo": "playwright-web-flake", "type": "github" } diff --git a/flake.nix b/flake.nix index 6a15932..d4d449e 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; - playwright.url = "github:pietdevries94/playwright-web-flake/1.48.2"; + playwright.url = "github:pietdevries94/playwright-web-flake/1.49.1"; }; outputs = {