From 6bf8e7fdb62a3c06e607e30dbe7de0fbd7b20ccb Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 21:17:22 -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 87e0fb8..2ce56b1 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 = "bae934b120d5859606db748b48c3660835e1e75c"; + rev = "a50e8938dff8e835e7ab46ae7e14519d46534703"; submodules = true; }; };