From b27143cec4dabba9dd523cb89ef44e1529989b68 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Fri, 19 Dec 2025 18:08:37 -0500 Subject: [PATCH] actually fix text color for usda-dash --- inventory.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.nix b/inventory.nix index 34700a0..74a581d 100644 --- a/inventory.nix +++ b/inventory.nix @@ -122,7 +122,7 @@ }; "usda-dash" = builtins.fetchGit { url = "git@factory.uga.edu:MODEL/usda-dash-config.git"; - rev = "11a602b954852fb256384ec83ba5204e448177d3"; + rev = "5d1878f4a84316514953103c8ffc87f3ef4351a8"; submodules = true; }; };