mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gotenberg: 8.33.0 -> 8.34.0 (#535881)
This commit is contained in:
commit
caa7a78819
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ let
|
|||
in
|
||||
buildGo126Module (finalAttrs: {
|
||||
pname = "gotenberg";
|
||||
version = "8.33.0";
|
||||
version = "8.34.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
|
|
@ -35,10 +35,10 @@ buildGo126Module (finalAttrs: {
|
|||
owner = "gotenberg";
|
||||
repo = "gotenberg";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-hTG2O8F/0FdKVKHQsFf027OJU60moey4qkMHUwIQ8xM=";
|
||||
hash = "sha256-HFRymNfhQOBzXBWZhiujr8sn4m/hpfjcBGg/3/C67DU=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-E0PVPuSxXtacxaFLrrIVFEre5C/woj3VUckLIdrQWoI=";
|
||||
vendorHash = "sha256-njyxP+1S1ebaF9xJ1kBL9HrTWMTdEhu8MwUF6FYKHvs=";
|
||||
|
||||
postPatch = ''
|
||||
find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${finalAttrs.src}#g' {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue