[roll] Roll fuchsia [forensics] Allow user/userdebug configs to be used on eng builds

User/userdebug configs can be included on eng builds by adding the
following to GN args:

```

base_package_labels = [
    "//src/developer/forensics:userdebug_configs_for_eng"
]
```

Note, attempting to use this this build target on user/userdebug builds
will fail because the assembly config and the GN args cause the same
config data file for Feedback to be included.

Original-Bug: 312749175
TESTED=Included target on eng, user, and userdebug builds

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/950758
Original-Revision: ade59f419440ed379b4e156fa9260364a1882bb9
GitOrigin-RevId: a46ecf22eaff8dc1fe1715ec4c785e94bdbd799d
Change-Id: Idae0c3e63f635d8e5f1216fc7355b4b2cd29fa3a
diff --git a/stem b/stem
index 46dd739..0c758a5 100644
--- a/stem
+++ b/stem
@@ -11,7 +11,7 @@
              githooks="integration/git-hooks"
              remote="https://fuchsia.googlesource.com/fuchsia"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="934333807804bdcdf05da9cbfc9167ab84378938"/>
+             revision="ade59f419440ed379b4e156fa9260364a1882bb9"/>
   </projects>
   <hooks>
     <hook name="install-environment"