tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openai-whisper-cpp: 1.4.0 -> 1.4.2
R. Ryantm
2 years ago
f5701c55
535734e7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
openai-whisper-cpp
default.nix
+2
-2
pkgs/tools/audio/openai-whisper-cpp/default.nix
···
12
13
stdenv.mkDerivation rec {
14
pname = "whisper-cpp";
15
-
version = "1.4.0";
16
17
src = fetchFromGitHub {
18
owner = "ggerganov";
19
repo = "whisper.cpp";
20
rev = "refs/tags/v${version}" ;
21
-
hash = "sha256-176MpooVQrq1dXC62h8Yyyhw6IjCA50tp1J4DQPSePQ=";
22
};
23
24
# The upstream download script tries to download the models to the
···
12
13
stdenv.mkDerivation rec {
14
pname = "whisper-cpp";
15
+
version = "1.4.2";
16
17
src = fetchFromGitHub {
18
owner = "ggerganov";
19
repo = "whisper.cpp";
20
rev = "refs/tags/v${version}" ;
21
+
hash = "sha256-Qea9zGLJ41D+l8h1Sg/KJI6Ou02jtbRIxYPGoabM8nY=";
22
};
23
24
# The upstream download script tries to download the models to the