rhvoice: 1.14.0 -> 1.16.4

This commit is contained in:
R. Ryantm 2025-03-18 12:43:33 +00:00
parent 639aae7e30
commit 6db99b651b

View File

@ -13,14 +13,14 @@
stdenv.mkDerivation rec {
pname = "rhvoice";
version = "1.14.0";
version = "1.16.4";
src = fetchFromGitHub {
owner = "RHVoice";
repo = "RHVoice";
rev = version;
fetchSubmodules = true;
hash = "sha256-eduKnxSTIDTxcW3ExueNxVKf8SjmXkVeTfHvJ0eyBPY=";
hash = "sha256-bkKEEtKF9ULEJ0sAGgWlxpIq4SbFLBSGbmThvvOLO5w=";
};
patches = [