Unverified Commit 47f16923 authored by Anton Mosich's avatar Anton Mosich
Browse files

boulder: add updateScript

parent 25de8d34
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  buildGoModule,
  testers,
  boulder,
  nix-update-script,
}:

buildGoModule rec {
@@ -318,10 +319,13 @@ buildGoModule rec {
    done
  '';

  passthru.tests.version = testers.testVersion {
  passthru = {
    tests.version = testers.testVersion {
      package = boulder;
      inherit version;
    };
    updateScript = nix-update-script { };
  };

  meta = {
    homepage = "https://github.com/letsencrypt/boulder";