Merge pull request #286880 from r-ryantm/auto-update/rhvoice

rhvoice: 1.8.0 -> 1.14.0
This commit is contained in:
Weijia Wang 2024-03-07 10:18:37 +01:00 committed by GitHub
commit fc86ebc98f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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