piper-tts: 2023.9.27-1 -> 2023.11.6-1

https://github.com/rhasspy/piper/releases/tag/v2023.11.6-1
This commit is contained in:
Martin Weinelt 2023-11-06 17:54:36 +01:00
parent 1e0bc23756
commit 6e99e2f4ce
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "piper";
version = "2023.9.27-1";
version = "2023.11.6-1";
src = fetchFromGitHub {
owner = "rhasspy";
repo = "piper";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-U7yOiqNvE0WqZB8qaKf3U7gnTJ6q+9W5lviW79b6h/o=";
hash = "sha256-9y7HuVgbI8if5XrgQGnEZV1lOw8oMXTFRUTvy/kTGfs=";
};
nativeBuildInputs = [