Unverified Commit 6e99e2f4 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

parent 1e0bc237
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [