julius: 1.6.0 -> 1.7.0

This commit is contained in:
Aleksandar Topuzović 2021-10-16 12:02:17 +01:00
parent e8e8d95751
commit 96e038820c
No known key found for this signature in database
GPG Key ID: 8D7CDD3C562180B7

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 ];