diff options
| author | Fuwn <[email protected]> | 2025-05-26 05:56:30 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-26 05:56:56 -0700 |
| commit | a5e130c8b5049406c20b05511b9fbaea1f223b15 (patch) | |
| tree | 77e12938abd9041f40a98edf1d70c7054970292b | |
| parent | feat(packages): yae says bump chibi-cli, mayu, rui, yae, & maple (diff) | |
| download | tsutsumi-a5e130c8b5049406c20b05511b9fbaea1f223b15.tar.xz tsutsumi-a5e130c8b5049406c20b05511b9fbaea1f223b15.zip | |
fix(chibi-cli): Strengthen go.mod version patching
| -rw-r--r-- | pkgs/chibi-cli.nix | 2 |
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 = [ |