From c3211f744649b01d62319942baba2426881f4e8c Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 16:15:07 -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 d0b8048..c161317 100644 --- a/inventory.nix +++ b/inventory.nix @@ -122,7 +122,7 @@ }; "usda-dash" = builtins.fetchGit { url = "git+ssh://git@factory.uga.edu/MODEL/usda-dash-config.git"; - rev = "0b2c845c1fe5e9c613f49e8c421ea219e735be83"; + rev = "16acf79ba856dadcd5bf5a74aa840bd0dc4693a7"; submodules = true; }; }; -- 2.39.5