Unverified Commit ab599469 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

yosys: 0.46 -> 0.47 (#354226)

parents 736b36d5 d56656e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,13 +75,13 @@ let

in stdenv.mkDerivation (finalAttrs: {
  pname   = "yosys";
  version = "0.46";
  version = "0.47";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo  = "yosys";
    rev   = "refs/tags/${finalAttrs.version}";
    hash  = "sha256-OnSKsX5G8Tc6AMFCmuWg6AekJvvG+K5Zr5rZZll+c/o=";
    hash  = "sha256-9u9aAPTZyt9vzZwryor3GRCGzs/mu2/XtM0XzV7uHfk=";
    fetchSubmodules = true;
    leaveDotGit = true;
    postFetch = ''
+1 −0
Original line number Diff line number Diff line
@@ -87,5 +87,6 @@ stdenv.mkDerivation (finalAttrs: {
    license     = licenses.asl20;
    maintainers = with maintainers; [ hzeller ];
    platforms   = platforms.all;
    broken      = versionAtLeast yosys.version "0.47";
  };
})