From 7d121bd3319531684354924accc2a8b77bba7dd5 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 21:01:36 -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 08365b9..1a3dd74 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 = "250153d84ec09a2b8ceca3e04fd1c99ac73401fd"; + rev = "d76ccbb2c699deca48ccf287a63c4763a368471d"; submodules = true; }; };