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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user