aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-26 05:56:30 -0700
committerFuwn <[email protected]>2025-05-26 05:56:56 -0700
commita5e130c8b5049406c20b05511b9fbaea1f223b15 (patch)
tree77e12938abd9041f40a98edf1d70c7054970292b
parentfeat(packages): yae says bump chibi-cli, mayu, rui, yae, & maple (diff)
downloadtsutsumi-a5e130c8b5049406c20b05511b9fbaea1f223b15.tar.xz
tsutsumi-a5e130c8b5049406c20b05511b9fbaea1f223b15.zip
fix(chibi-cli): Strengthen go.mod version patching
-rw-r--r--pkgs/chibi-cli.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/chibi-cli.nix b/pkgs/chibi-cli.nix
index cf74419..159d959 100644
--- a/pkgs/chibi-cli.nix
+++ b/pkgs/chibi-cli.nix
@@ -17,7 +17,7 @@ buildGo123Module rec {
};
postPatch = ''
- sed -i '3s/1.23.4/1.23.3/' go.mod
+ sed -i '3s/1\...\../1\.23\.0/' go.mod
'';
ldflags = [