Unverified Commit ee1ea62b authored by Luflosi's avatar Luflosi
Browse files
parent 1a4a178f
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.25";
  version = "0.26";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo  = "yosys";
    rev   = "${pname}-${version}";
    hash  = "sha256-hOuuKvT6ZM7G0HTGtVeEHHfJWqwUinD+DxT3r0CQZH0=";
    hash  = "sha256-0xV+323YTK+VhnD05SmvGv8uT4TzqA9IZ/iKl1as1Kc=";
  };

  enableParallelBuilding = true;