Skip to content

Commit

Permalink
Merge pull request #211307 from mweinelt/whisper-20230117
Browse files Browse the repository at this point in the history
openai-whisper: unstable-2022-09-30 -> 20230117
  • Loading branch information
NickCao authored Jan 25, 2023
2 parents 6cd1bf5 + 26f9d69 commit 343b5c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/openai-whisper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

buildPythonPackage rec {
pname = "whisper";
version = "unstable-2022-09-30";
version = "20230117";
format = "setuptools";

src = fetchFromGitHub {
owner = "openai";
repo = pname;
rev = "60132ade70e00b843d93542fcb37b58c0d8bf9e7";
hash = "sha256-4mhlCvewA0bVo5bq2sbSEKHq99TQ6jUauiCUkdRSdas=";
rev = "refs/tags/v${version}";
hash = "sha256-DVYQw+h5xsgWLA6dD+qg4ud0pqFOn6oVAzTqRywE30g=";
};

patches = [
Expand Down

0 comments on commit 343b5c8

Please sign in to comment.