piper-tts: 2023.11.6-1 -> 2023.11.14-2

https://github.com/rhasspy/piper/releases/tag/v2023.11.14-2
This commit is contained in:
Martin Weinelt
2023-11-14 21:49:04 +01:00
parent 4ba912e33d
commit e84b11b501
+2 -2
View File
@@ -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 = [