gotenberg: 8.23.0 -> 8.23.1

R. Ryantm 202859b8 520f41d0

+3 -3
+3 -3
pkgs/by-name/go/gotenberg/package.nix
··· 24 in 25 buildGo125Module rec { 26 pname = "gotenberg"; 27 - version = "8.23.0"; 28 29 outputs = [ 30 "out" ··· 35 owner = "gotenberg"; 36 repo = "gotenberg"; 37 tag = "v${version}"; 38 - hash = "sha256-sZALMMnOmewhhukPoW6sIw80uPHu+rAZmgYdlZdVH7A="; 39 }; 40 41 - vendorHash = "sha256-fAAaX8E4di6ppU8osLPs6wnAe+e6ogOwp6dQAr42Mes="; 42 43 postPatch = '' 44 find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;
··· 24 in 25 buildGo125Module rec { 26 pname = "gotenberg"; 27 + version = "8.23.1"; 28 29 outputs = [ 30 "out" ··· 35 owner = "gotenberg"; 36 repo = "gotenberg"; 37 tag = "v${version}"; 38 + hash = "sha256-rhpeQf1c/XzVEzWuRHryLWSRyL3Ruc3xaYOd5n/hRKc="; 39 }; 40 41 + vendorHash = "sha256-ZCRA4P4z/fb8zXGIFfLtGwo9ff9tdgdMeYbBnMvYgEU="; 42 43 postPatch = '' 44 find ./pkg -name '*_test.go' -exec sed -i -e 's#/tests#${src}#g' {} \;