Skip to content

Commit cdeac3f

Browse files
carapace-bridge: 1.2.5 -> 1.2.7 (#397433)
2 parents 1a2a30e + 18725dd commit cdeac3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/carapace-bridge/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
buildGoModule 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 \

0 commit comments

Comments
 (0)