Merge pull request #102263 from Thra11/julius-1-5-1

julius: 1.4.1 -> 1.5.1
This commit is contained in:
Sandro 2020-11-26 02:33:32 +01:00 committed by GitHub
commit 56e6adf649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "julius"; pname = "julius";
version = "1.4.1"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bvschaik"; owner = "bvschaik";
repo = "julius"; repo = "julius";
rev = "v${version}"; rev = "v${version}";
sha256 = "12hhnhdwgz7hd3hlndbnk15pxggm1375qs0764ija4nl1gbpb110"; sha256 = "10d6py1cmkq8lnb5h3w8rdpp4fmpd1wgqkgiabdghqxi7b2s0g4b";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bvschaik/julius"; homepage = "https://github.com/bvschaik/julius";
license = licenses.agpl3; license = licenses.agpl3;
platforms = platforms.all; platforms = platforms.all;
broken = stdenv.isDarwin;
maintainers = with maintainers; [ Thra11 ]; maintainers = with maintainers; [ Thra11 ];
}; };
} }