Unverified Commit 8ad3ae92 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

gotenberg: 8.20.1 -> 8.21.1 (#419623)

parents c650e4f1 397d2687
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -24,16 +24,16 @@ let
in
buildGoModule rec {
  pname = "gotenberg";
  version = "8.20.1";
  version = "8.21.1";

  src = fetchFromGitHub {
    owner = "gotenberg";
    repo = "gotenberg";
    tag = "v${version}";
    hash = "sha256-3+6bdO6rFSyRtRQjXBPefwjuX0AMuGzHNAQas7HNNRE=";
    hash = "sha256-2uILOK5u+HrdjqN+ZQjGv48QxSCrzSvnF+Ae6iCKCbU=";
  };

  vendorHash = "sha256-qZ4cgVZAmjIwXhtQ7DlAZAZxyXP89ZWafsSUPQE0dxE=";
  vendorHash = "sha256-sTcP/tyrCtvgYeOnsbqRFdBC1bbMAbA978t6LOTKFio=";

  postPatch = ''
    find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;