File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ca/carapace-bridge Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule rec {
1010 pname = "carapace-bridge" ;
11- version = "1.2.5 " ;
11+ version = "1.2.7 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "carapace-sh" ;
1515 repo = "carapace-bridge" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-NdEGQp3fd/dIZqGYut6tz9oze48ym/+05X8CMQhFKzk =" ;
17+ hash = "sha256-8i516GwXJFEB4VdvsV1KS0q2U9ZbpRBmZxqzTrzYlPk =" ;
1818 } ;
1919
2020 # buildGoModule try to run `go mod vendor` instead of `go work vendor` on the
2121 # workspace if proxyVendor is off
2222 proxyVendor = true ;
23- vendorHash = "sha256-zfV5IcpwtK3n76jWs4ldMlpEqbyNmmXZWDj+fh66luw =" ;
23+ vendorHash = "sha256-TVqQrqdMmzv1w4Y37pB2t/apdMPm6QO/0VVS3x86GpE =" ;
2424
2525 postPatch = ''
2626 substituteInPlace cmd/carapace-bridge/main.go \
You can’t perform that action at this time.
0 commit comments