about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-02-20 04:43:37 +0100
committerGitHub <noreply@github.com>2024-02-20 04:43:37 +0100
commit93d85d6668cfc0fd7f131fd36a07601d7754c05d (patch)
tree376192ecf494b939885edd8c7507b324a2a107cb
parent78e3f792126cab3e71243b22b3e0bad11f58e8f5 (diff)
parent2af496159e45a0f171e3bfc57fe8f5e1ed5d0999 (diff)
downloadnixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar.gz
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar.bz2
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar.lz
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar.xz
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.tar.zst
nixlib-93d85d6668cfc0fd7f131fd36a07601d7754c05d.zip
Merge pull request #290099 from devusb/piper
wyoming-piper: 1.4.0 -> 1.5.0
-rw-r--r--pkgs/tools/audio/wyoming/piper.nix15
1 files changed, 3 insertions, 12 deletions
diff --git a/pkgs/tools/audio/wyoming/piper.nix b/pkgs/tools/audio/wyoming/piper.nix
index 32d21bfa4eaf..dc69c907ee2a 100644
--- a/pkgs/tools/audio/wyoming/piper.nix
+++ b/pkgs/tools/audio/wyoming/piper.nix
@@ -6,25 +6,16 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "wyoming-piper";
-  version = "1.4.0";
+  version = "1.5.0";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "rhasspy";
     repo = "wyoming-piper";
-    # https://github.com/rhasspy/wyoming-piper/issues/3
-    rev = "560927437c72eca4d334ca503d15863f0b42980d";
-    hash = "sha256-Q4S96zs856zXVAGo4mB466an60naHiS2S/qxYxPE4sI=";
+    rev = "v${version}";
+    hash = "sha256-aI1CWtSpSPX1aK4UR/lsCQZQwNs7qOLKfatlSomJx1Q=";
   };
 
-  patches = [
-    (fetchpatch {
-      # add console script
-      url = "https://github.com/rhasspy/wyoming-piper/commit/4c27fbd067fd543adede4626fc5868a3f2458734.patch";
-      hash = "sha256-YPjDjeY9RLsgCtbBZoNgPyQTv3rbCJGcqTNSSwiqqEE=";
-    })
-  ];
-
   nativeBuildInputs = with python3Packages; [
     setuptools
     pythonRelaxDepsHook