Merge pull request #141865 from atopuzov/julius-1-7-0

This commit is contained in:
Sandro 2021-10-16 19:37:57 +02:00 committed by GitHub
commit 21e0cbf97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "julius";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "bvschaik";
repo = "julius";
rev = "v${version}";
sha256 = "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc";
sha256 = "0w7kmgz9ya0ck9cxhsyralarg7y6ydx4plmh33r4mkxkamlr7493";
};
nativeBuildInputs = [ cmake ];