From 01c0dbc4aedf7ff54389d06f4f97f630267886db Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 20:43:05 -0500 Subject: [PATCH] update external config for usda-dash --- inventory.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.nix b/inventory.nix index 618f043..79b913c 100644 --- a/inventory.nix +++ b/inventory.nix @@ -122,7 +122,7 @@ }; "usda-dash" = builtins.fetchGit { url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git"; - rev = "6d441a14a148b8d0bfc63dcba6db57f32803d084"; + rev = "ba5642f6c1f0f0ad74a3ac57e0eeb6a117d479d9"; submodules = true; }; };