diff --git a/flake.lock b/flake.lock index a3cc72c..87945fb 100644 --- a/flake.lock +++ b/flake.lock @@ -318,17 +318,17 @@ "systems": "systems" }, "locked": { - "lastModified": 1734666159, - "narHash": "sha256-hKSjMguO4cDIrQ5ewzwMalYpZLCFBR9AMoZfZqAIolI=", - "owner": "schradert", + "lastModified": 1734875486, + "narHash": "sha256-bvoOVKBl0c0q+XB8G5rxxu1X+sZ2bp4Pl90saYas9Zo=", + "owner": "project-gauntlet", "repo": "gauntlet", - "rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d", + "rev": "ff05d7c6735b7ce0b36f37e66fbf69966fc95d86", "type": "github" }, "original": { - "owner": "schradert", + "owner": "project-gauntlet", + "ref": "v12", "repo": "gauntlet", - "rev": "b2d3c9617ef01af2f6951dafaeb2e97fdeee943d", "type": "github" } }, diff --git a/flake.nix b/flake.nix index bdbf7e9..3ee4dd6 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"; catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; gauntlet = { - url = "github:/schradert/gauntlet/b2d3c9617ef01af2f6951dafaeb2e97fdeee943d"; + url = "github:/project-gauntlet/gauntlet/v12"; inputs.nixpkgs.follows = "nixpkgs"; }; };