Commit 5377bd42 authored by dish's avatar dish
Browse files

gotenberg: 8.24.0 -> 8.25.0; remove self from maintainers

I cannot maintain this package as I do not use it and it breaks fairly
frequently.
parent a08e292c
Loading
Loading
Loading
Loading
+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 = [ ];
  };
}