Unverified Commit 9ceb0b0d authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

openai-whisper-cpp: 1.6.2 -> 1.7.0 (#346771)

parents 85d376ad fb93213e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "whisper-cpp";
  version = "1.6.2";
  version = "1.7.0";

  src = fetchFromGitHub {
    owner = "ggerganov";
    repo = "whisper.cpp";
    rev = "refs/tags/v${finalAttrs.version}" ;
    hash = "sha256-hIEIu7feOZWqxRskf6Ej7l653/9KW8B3cnpPLoCRBAc=";
    hash = "sha256-obAXqqQEs7lkv6v1vl3aN+Vh6wPSYSXXbI6mlee6/QM=";
  };

  # The upstream download script tries to download the models to the