openai-whisper-cpp: 1.4.0 -> 1.4.2

+2 -2
+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