Merge pull request #109548 from Thra11/julius-1-6-0

julius: 1.5.1 -> 1.6.0
This commit is contained in:
Sandro 2021-01-17 13:40:46 +01:00 committed by GitHub
commit 86892ac9f3
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.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "bvschaik";
repo = "julius";
rev = "v${version}";
sha256 = "10d6py1cmkq8lnb5h3w8rdpp4fmpd1wgqkgiabdghqxi7b2s0g4b";
sha256 = "0nfdn8n6ywhm69ckz9a1chl5xxiqyaj3l337wadsbppnpscjihrc";
};
nativeBuildInputs = [ cmake ];