Dan Xin
2026-05-21 23:43:02 +08:00
parent 4e15c7742e
commit d93d8ef251
+4 -3
View File
@@ -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}$" ];