Unverified Commit ba0ca0bc authored by Christoph Heiss's avatar Christoph Heiss
Browse files

minio-warp: add nix-update-script

parent 9ba6ea13
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  fetchFromGitHub,
  buildGoModule,
  versionCheckHook,
  nix-update-script,
}:

buildGoModule rec {
@@ -37,6 +38,8 @@ buildGoModule rec {
  nativeInstallCheckInputs = [ versionCheckHook ];
  versionCheckProgramArg = [ "--version" ];

  passthru.updateScript = nix-update-script { };

  meta = {
    description = "S3 benchmarking tool";
    homepage = "https://github.com/minio/warp";