Unverified Commit 3a31db0f authored by Jack Leightcap's avatar Jack Leightcap
Browse files
parent 8f4308a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,13 +71,13 @@ let

in stdenv.mkDerivation rec {
  pname   = "yosys";
  version = "0.27";
  version = "0.28";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo  = "yosys";
    rev   = "${pname}-${version}";
    hash  = "sha256-u6SeVlmQVCF3xCGajxsv0ZAgMKg6aa6WdN3DLKTPNYo=";
    hash  = "sha256-z550IAyo4Rbq9/S2Vwgec3sy7KH2n95PH0k8vo/pBSE=";
  };

  enableParallelBuilding = true;