Unverified Commit 4ee46f65 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

golazo: Set __structuredAttrs to true (#509326)

parents b0a3affd 2bb029a3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ buildGoModule (finalAttrs: {
    "-X github.com/0xjuanma/golazo/cmd.Version=v${finalAttrs.version}"
  ];

  __structuredAttrs = true;

  passthru.updateScript = gitUpdater {
    rev-prefix = "v";
  };