From c0e3ca09f9254283f6d1c13a310b32eda8724fa8 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 19:25:52 -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 a4dda69..9456f4c 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 = "58333cf9624e2b8a18a39a0ae8e372317f1e8f43"; + rev = "308c044c75f4609c4aa8a03cb4b30d2029e3b407"; submodules = true; }; };