0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

rhvoice: 1.16.4 -> 1.16.5 (#407218)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:46:07 +00:00 committed by GitHub
commit fe66765668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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