Merge pull request #265881 from mweinelt/piper-2023.11.6-1

piper-tts, piper-phonemize: 2023.11.6-1
This commit is contained in:
Martin Weinelt 2023-11-06 19:10:39 +01:00 committed by GitHub
commit 18894fb2de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "piper-phonemize";
version = "2023.9.27-2";
version = "2023.11.6-1";
src = fetchFromGitHub {
owner = "rhasspy";
repo = "piper-phonemize";
rev = "refs/tags/${version}";
hash = "sha256-Rwl8D5ZX9sGdxEch+l7pXdbf4nPCuSfGrK5x/EQ+O60=";
hash = "sha256-IRvuA03Z6r8Re/ocq2G/r28uwI9RU3xmmNI7S2G40rc=";
};
nativeBuildInputs = [

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