openfst: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm
2024-12-25 12:46:26 +00:00
parent a77ab0af25
commit 39fa00841a
+2 -2
View File
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "openfst";
version = "1.8.3";
version = "1.8.4";
src = fetchurl {
url = "http://www.openfst.org/twiki/pub/FST/FstDownload/${pname}-${version}.tar.gz";
hash = "sha256-B3cUFZ1c8+OKgLbGZW08zCyLi2xQu0G7ZcX+wQeWv1M=";
hash = "sha256-qOu7bz2S0H5nFQBYdHJRjPyHy3m5plSlqKuy0OspgBY=";
};
configureFlags = [