Unverified Commit 4cf336ee authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

yosys: 0.61 -> 0.62 (#487356)

parents 1dcf75bd 6598329e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "yosys";
  version = "0.61";
  version = "0.62";

  src = fetchFromGitHub {
    owner = "YosysHQ";
    repo = "yosys";
    tag = "v${finalAttrs.version}";
    hash = "sha256-p7QewbeJtJRRkqYqWW1QzIe71OR5LD+0qsHHgl/cq2w=";
    hash = "sha256-FzvdjdAURB5iCkGwsYY6A2wP/Je/IW4AOd4kVOEOeVc=";
    fetchSubmodules = true;
  };