From a75a39d4e25f0b0a499337c2bea76f11b0daae64 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 28 Dec 2024 00:37:22 -0500 Subject: [PATCH] update `gauntlet` --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 96cd4ad..68acd8a 100644 --- a/flake.lock +++ b/flake.lock @@ -318,17 +318,17 @@ "systems": "systems" }, "locked": { - "lastModified": 1734882787, - "narHash": "sha256-ObrWPwUKDZXDeFjZhbkZcpn1sKXeI+hDyR0t8acRfzQ=", + "lastModified": 1735207841, + "narHash": "sha256-m/TOVOqnlfHWg+jXLSNFW5cJC3Hf6I7mk7W1WH1viuI=", "owner": "project-gauntlet", "repo": "gauntlet", - "rev": "0b1287c75f57f59429483e25b9dfba08d193dc24", + "rev": "11af8eaff2416c94b70705e5db17369feb307b7a", "type": "github" }, "original": { "owner": "project-gauntlet", "repo": "gauntlet", - "rev": "0b1287c75f57f59429483e25b9dfba08d193dc24", + "rev": "11af8eaff2416c94b70705e5db17369feb307b7a", "type": "github" } }, diff --git a/flake.nix b/flake.nix index e918cd5..33791ec 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:/project-gauntlet/gauntlet/0b1287c75f57f59429483e25b9dfba08d193dc24"; # v12 + url = "github:/project-gauntlet/gauntlet/11af8eaff2416c94b70705e5db17369feb307b7a"; # v12 inputs.nixpkgs.follows = "nixpkgs"; }; };