1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #267529 from mweinelt/piper-2023.11.14-2

piper-tts, piper-phonemize: 2023.11.6-1 -> 2023.11.14-2
This commit is contained in:
Martin Weinelt 2023-11-17 02:45:45 +01:00 committed by GitHub
commit 31d4f154ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 = [

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 = [