From 4819082ed3418b2d307984e4786c479bc7a99918 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 16:44:48 -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 fa2b5ba..7d1e7a4 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 = "3dfc2ab02533afbbd4c3ac464003700e73a47603"; + rev = "d3f813f2d275ae1198dfa140ec7ba0c23bb9f35c"; submodules = true; }; }; -- 2.39.5