whisper-cpp: 1.8.2 -> 1.8.3 (#481446)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-19 08:05:33 +00:00
committed by GitHub
+2 -5
View File
@@ -74,13 +74,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "whisper-cpp";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = "ggml-org";
repo = "whisper.cpp";
tag = "v${finalAttrs.version}";
hash = "sha256-OU5mDnLZHmtdSEN5u0syJcU91L+NCO45f9eG6OsgFfU=";
hash = "sha256-TeS1lGKEzkHOoBemy/tMGtIsy0iouj9DTYIgTjUNcQk=";
};
# The upstream download script tries to download the models to the
@@ -158,9 +158,6 @@ effectiveStdenv.mkDerivation (finalAttrs: {
];
postInstall = ''
# Add "whisper-cpp" prefix before every command
mv -v "$out/bin/"{quantize,whisper-quantize}
install -v -D -m755 "$src/models/download-ggml-model.sh" "$out/bin/whisper-cpp-download-ggml-model"
wrapProgram "$out/bin/whisper-cpp-download-ggml-model" \