summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-11-17 02:45:45 +0100
committerGitHub <noreply@github.com>2023-11-17 02:45:45 +0100
commit31d4f154eff50534e0da370f1ef3b65b6c180f61 (patch)
tree8f2b74547f7e569947389017e617f1fc37ae1727
parente8898f25fd830b03c61b61271432e8f1bc0fb6bf (diff)
parentd0fc9282d40d82fdffc1b87fb85bd25b695ed15c (diff)
downloadnixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar.gz
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar.bz2
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar.lz
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar.xz
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.tar.zst
nixpkgs-31d4f154eff50534e0da370f1ef3b65b6c180f61.zip
Merge pull request #267529 from mweinelt/piper-2023.11.14-2
piper-tts, piper-phonemize: 2023.11.6-1 -> 2023.11.14-2
-rw-r--r--pkgs/development/libraries/piper-phonemize/default.nix4
-rw-r--r--pkgs/tools/audio/piper/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/piper-phonemize/default.nix b/pkgs/development/libraries/piper-phonemize/default.nix
index 89daca97920..b08495cae74 100644
--- a/pkgs/development/libraries/piper-phonemize/default.nix
+++ b/pkgs/development/libraries/piper-phonemize/default.nix
@@ -33,13 +33,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "piper-phonemize";
-  version = "2023.11.6-1";
+  version = "2023.11.14-4";
 
   src = fetchFromGitHub {
     owner = "rhasspy";
     repo = "piper-phonemize";
     rev = "refs/tags/${version}";
-    hash = "sha256-IRvuA03Z6r8Re/ocq2G/r28uwI9RU3xmmNI7S2G40rc=";
+    hash = "sha256-pj1DZUhy3XWGn+wNtxKKDWET9gsfofEB0NZ+EEQz9q0=";
   };
 
   nativeBuildInputs = [
diff --git a/pkgs/tools/audio/piper/default.nix b/pkgs/tools/audio/piper/default.nix
index 5b69721bdb4..ec55b78c4f8 100644
--- a/pkgs/tools/audio/piper/default.nix
+++ b/pkgs/tools/audio/piper/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "piper";
-  version = "2023.11.6-1";
+  version = "2023.11.14-2";
 
   src = fetchFromGitHub {
     owner = "rhasspy";
     repo = "piper";
     rev = "refs/tags/${finalAttrs.version}";
-    hash = "sha256-9y7HuVgbI8if5XrgQGnEZV1lOw8oMXTFRUTvy/kTGfs=";
+    hash = "sha256-3ynWyNcdf1ffU3VoDqrEMrm5Jo5Zc5YJcVqwLreRCsI=";
   };
 
   nativeBuildInputs = [