[Backport release-26.05] rhvoice: 1.16.5 -> 1.18.4 (#526991)

This commit is contained in:
Vladimír Čunát 2026-06-02 07:00:49 +00:00 committed by GitHub
commit 595ee2b1a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [