mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
carapace-bridge: 1.2.9 -> 1.2.10
This commit is contained in:
parent
6ed432a97e
commit
382c2388a4
1 changed files with 3 additions and 3 deletions
|
@ -8,19 +8,19 @@
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
pname = "carapace-bridge";
|
pname = "carapace-bridge";
|
||||||
version = "1.2.9";
|
version = "1.2.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "carapace-sh";
|
owner = "carapace-sh";
|
||||||
repo = "carapace-bridge";
|
repo = "carapace-bridge";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-Y69byUUDJJ+nJuZ6lcl+McFtJGYb5zgE8+QTbhoZ9Bc=";
|
hash = "sha256-XQtbOQw2a2B5zhTgFiAuECtY/uM7AQnbwyRpzoKcF8I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# buildGoModule try to run `go mod vendor` instead of `go work vendor` on the
|
# buildGoModule try to run `go mod vendor` instead of `go work vendor` on the
|
||||||
# workspace if proxyVendor is off
|
# workspace if proxyVendor is off
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorHash = "sha256-TVqQrqdMmzv1w4Y37pB2t/apdMPm6QO/0VVS3x86GpE=";
|
vendorHash = "sha256-01WRJJiAqxmb1grvz9gWdYJ4i9pVUYmxFg9BGEuUhdA=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace cmd/carapace-bridge/main.go \
|
substituteInPlace cmd/carapace-bridge/main.go \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue