From b83c8709fcfef1480ea051d51e25ac277556a317 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 19:22:09 -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 d731bee..a16df47 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 = "ce9ff2a7e8c3457424a8fa79d4a4ec72fb26e11b"; + rev = "7d1e734ca4bb8527b0eed4820ae96338c4b66c69"; submodules = true; }; };