gotenberg: 8.23.1 -> 8.24.0
This commit is contained in:
@@ -24,7 +24,7 @@ let
|
|||||||
in
|
in
|
||||||
buildGo125Module rec {
|
buildGo125Module rec {
|
||||||
pname = "gotenberg";
|
pname = "gotenberg";
|
||||||
version = "8.23.1";
|
version = "8.24.0";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
@@ -35,10 +35,10 @@ buildGo125Module rec {
|
|||||||
owner = "gotenberg";
|
owner = "gotenberg";
|
||||||
repo = "gotenberg";
|
repo = "gotenberg";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rhpeQf1c/XzVEzWuRHryLWSRyL3Ruc3xaYOd5n/hRKc=";
|
hash = "sha256-gYC7yc8ezc0gQrBCVF+/2NsyEKIt0/QRycBFLQuZt4g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-ZCRA4P4z/fb8zXGIFfLtGwo9ff9tdgdMeYbBnMvYgEU=";
|
vendorHash = "sha256-eeeswxGluCnC5sK7HRLPYiS3zMd7jKut/RY6uyfX6y0=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;
|
find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user