Skip to content

Commit

Permalink
Merge pull request #109548 from Thra11/julius-1-6-0
Browse files Browse the repository at this point in the history
julius: 1.5.1 -> 1.6.0
  • Loading branch information
SuperSandro2000 committed Jan 17, 2021
2 parents ff9a7c6 + 0615a47 commit 86892ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/julius/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 86892ac

Please sign in to comment.