We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae58135 commit 1e59c44Copy full SHA for 1e59c44
pkgs/tools/audio/kaldi/default.nix
@@ -19,13 +19,13 @@
19
assert blas.implementation == "openblas" && lapack.implementation == "openblas";
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "kaldi";
22
- version = "0-unstable-2024-09-16";
+ version = "0-unstable-2024-10-04";
23
24
src = fetchFromGitHub {
25
owner = "kaldi-asr";
26
repo = "kaldi";
27
- rev = "d9ab0465aa2849ff645c027110c48899d5ec6ca8";
28
- sha256 = "sha256-usrHtVGkp++mU9rWI3u3vXJ8aAycujw9+5VQd0X0idY=";
+ rev = "4a8b7f673275597fef8a15b160124bd0985b59bd";
+ sha256 = "sha256-CY40zkVP0ZTjOBjnmVyFdqaHdAxuGGH82GzudoA5MyM=";
29
};
30
31
cmakeFlags = [
0 commit comments