carapace-bridge: 1.4.10 -> 1.4.11

This commit is contained in:
R. Ryantm
2026-01-17 20:27:52 +00:00
parent 3304830a00
commit 08c2fc3de5
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "carapace-bridge";
version = "1.4.10";
version = "1.4.11";
src = fetchFromGitHub {
owner = "carapace-sh";
repo = "carapace-bridge";
tag = "v${finalAttrs.version}";
hash = "sha256-6CCLSwbAYkMelaM5ac1I1kwOlWKPSOU9M9/2Dybt55I=";
hash = "sha256-npy20q8Fmi4KKN/q41iG6sWmuQVLhiHyUCGVUwS0FsA=";
};
# buildGoModule tries to run `go mod vendor` instead of `go work vendor` on