Skip to content

Commit

Permalink
symbiyosys: 2018.03.21 -> 2018.05.03
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed May 4, 2018
1 parent f17f686 commit 301f14e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/symbiyosys/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "symbiyosys-${version}";
version = "2018.03.21";
version = "2018.05.03";

src = fetchFromGitHub {
owner = "yosyshq";
repo = "symbiyosys";
rev = "76a624a363bc44df102359595d34f29370c6668b";
sha256 = "1ikax1yiqgj5442wcgp1iigw8wiyw7k848z4ykn7k068kbc320bm";
rev = "35d956c7bb77c0602d198035b2d73a9c61cb4de4";
sha256 = "02zg3nkwp3fdjwz1agvsn55k1xipwh2rradb0bgjrjpsmmw63gda";
};

buildInputs = [ python3 yosys ];
Expand Down

0 comments on commit 301f14e

Please sign in to comment.