rhvoice: 1.16.5 -> 1.18.4 (#492842)

This commit is contained in:
Vladimír Čunát
2026-06-02 06:23:59 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rhvoice";
version = "1.16.5";
version = "1.18.4";
src = fetchFromGitHub {
owner = "RHVoice";
repo = "RHVoice";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-4l4S4MUnVGN/El1BBuZvzPPcavUefjMyBk1hk0ux7zo=";
hash = "sha256-CwwWZE60YxLL4kZBHdNqI/gk5yi6MFAJ2pg8LApwwl4=";
};
patches = [