openai-whisper-cpp: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2023-03-08 17:23:56 +00:00
parent a36fdb523f
commit 7dcc825f28

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "whisper-cpp";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "whisper.cpp";
rev = "refs/tags/v${version}" ;
hash = "sha256-7/10t1yE7Gbs+cyj8I9vJoDeaxEz9Azc2j3f6QCjDGM=";
hash = "sha256-gcw+tcrwCt2CynNXQZxb+WxN/0chIQIJnwUAw9JGkYA=";
};
# The upstream download script tries to download the models to the