Skip to content

Commit

Permalink
kaldi: unstable-2023-11-13 -> unstable-2024-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 3, 2024
1 parent e718d58 commit bca8ed0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/audio/kaldi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
stdenv.mkDerivation (finalAttrs: {
pname = "kaldi";
version = "unstable-2023-11-13";
version = "unstable-2024-01-31";

src = fetchFromGitHub {
owner = "kaldi-asr";
repo = "kaldi";
rev = "21ae411fd46282726d893e53c05fef5baea64fef";
sha256 = "sha256-oPP5znyWI9mYHpwLqHu5aiz5DOIZLcTbgaLiBjFiwrg=";
rev = "8c451e28582f5d91f84ea3d64bb76c794c3b1683";
sha256 = "sha256-iW/2gDZ/ib0M+bfWtZ9XuMWXMwTGoKCRLVl2lHLNh6c=";
};

cmakeFlags = [
Expand Down

0 comments on commit bca8ed0

Please sign in to comment.