update gauntlet

This commit is contained in:
cswimr 2024-12-28 00:37:22 -05:00
parent 4feb166b07
commit a75a39d4e2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 5 additions and 5 deletions

View file

@ -318,17 +318,17 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1734882787, "lastModified": 1735207841,
"narHash": "sha256-ObrWPwUKDZXDeFjZhbkZcpn1sKXeI+hDyR0t8acRfzQ=", "narHash": "sha256-m/TOVOqnlfHWg+jXLSNFW5cJC3Hf6I7mk7W1WH1viuI=",
"owner": "project-gauntlet", "owner": "project-gauntlet",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24", "rev": "11af8eaff2416c94b70705e5db17369feb307b7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "project-gauntlet", "owner": "project-gauntlet",
"repo": "gauntlet", "repo": "gauntlet",
"rev": "0b1287c75f57f59429483e25b9dfba08d193dc24", "rev": "11af8eaff2416c94b70705e5db17369feb307b7a",
"type": "github" "type": "github"
} }
}, },

View file

@ -40,7 +40,7 @@
nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions"; nix-vscode-extensions.url = "github:nix-community/nix-vscode-extensions";
catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz"; catppuccin-vsc.url = "https://flakehub.com/f/catppuccin/vscode/*.tar.gz";
gauntlet = { gauntlet = {
url = "github:/project-gauntlet/gauntlet/0b1287c75f57f59429483e25b9dfba08d193dc24"; # v12 url = "github:/project-gauntlet/gauntlet/11af8eaff2416c94b70705e5db17369feb307b7a"; # v12
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };