crush: 0.65.3 -> 0.70.0
Diff: https://github.com/charmbracelet/crush/compare/v0.65.3...v0.70.0 Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.70.0 Signed-off-by: Dan Xin <davinci42.cn@gmail.com>
This commit is contained in:
@@ -11,16 +11,16 @@
|
||||
|
||||
buildGo126Module (finalAttrs: {
|
||||
pname = "crush";
|
||||
version = "0.65.3";
|
||||
version = "0.70.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "charmbracelet";
|
||||
repo = "crush";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-X+bCwpyAFUkM1ljj5I6w6gts6b6IWYm1d4veV0mR0gA=";
|
||||
hash = "sha256-rLLgGes902mZvya2rcTCNji0FR2AlMzA4vdYieHZIoc=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-moVpfFscZLz7mQw+pqaG132k9KTNyRdKOFNNd0RN1oo=";
|
||||
vendorHash = "sha256-3fYDFzBN5lDDnc2rziHOc7SMvesdAevsxIY2xUU3hms=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
@@ -39,6 +39,7 @@ buildGo126Module (finalAttrs: {
|
||||
"TestOpenAIClientStreamChoices"
|
||||
"TestGrepWithIgnoreFiles"
|
||||
"TestSearchImplementations"
|
||||
"TestDispatch_BinaryPassthroughExecutes"
|
||||
];
|
||||
in
|
||||
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
|
||||
|
||||
Reference in New Issue
Block a user