Unverified Commit fad0870a authored by dish's avatar dish Committed by GitHub
Browse files

gotenberg: 8.24.0 -> 8.25.0; remove self from maintainers (#464667)

parents 16c0ab23 d4cd2a2c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -351,6 +351,4 @@ in
      // optionalAttrs (cfg.environmentFile != null) { EnvironmentFile = cfg.environmentFile; };
    };
  };

  meta.maintainers = with lib.maintainers; [ pyrox0 ];
}
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

{
  name = "gotenberg";
  meta.maintainers = with lib.maintainers; [ pyrox0 ];

  nodes.machine = {
    services.gotenberg = {
+4 −4
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
in
buildGo125Module rec {
  pname = "gotenberg";
  version = "8.24.0";
  version = "8.25.0";

  outputs = [
    "out"
@@ -35,10 +35,10 @@ buildGo125Module rec {
    owner = "gotenberg";
    repo = "gotenberg";
    tag = "v${version}";
    hash = "sha256-gYC7yc8ezc0gQrBCVF+/2NsyEKIt0/QRycBFLQuZt4g=";
    hash = "sha256-C/qUEyYYcp/VQ3++FbBK1etNhoJQ5om2PiCAgt6U91k=";
  };

  vendorHash = "sha256-eeeswxGluCnC5sK7HRLPYiS3zMd7jKut/RY6uyfX6y0=";
  vendorHash = "sha256-RxpQIx2HTEjpUi5RsRiV9Nc7VUBOJI0YA2rH40iHRXE=";

  postPatch = ''
    find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;
@@ -114,6 +114,6 @@ buildGo125Module rec {
    homepage = "https://gotenberg.dev";
    changelog = "https://github.com/gotenberg/gotenberg/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ pyrox0 ];
    maintainers = [ ];
  };
}