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

rhvoice: 1.8.0 -> 1.14.0

authored by Weijia Wang and committed by GitHub fc86ebc9 38f9eeed

+2 -2
+2 -2
pkgs/applications/audio/rhvoice/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "rhvoice"; 15 - version = "1.8.0"; 15 + version = "1.14.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "RHVoice"; 19 19 repo = "RHVoice"; 20 20 rev = version; 21 21 fetchSubmodules = true; 22 - hash = "sha256-G5886rjBaAp0AXcr07O0q7K1OXTayfIbd4zniKwDiLw="; 22 + hash = "sha256-eduKnxSTIDTxcW3ExueNxVKf8SjmXkVeTfHvJ0eyBPY="; 23 23 }; 24 24 25 25 patches = [