Merge pull request #178307 from Luflosi/update/yosys

yosys: 0.16 -> 0.18
main
Anderson Torres 2 years ago committed by GitHub
commit 97f37b6e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/science/logic/abc/default.nix
  2. 4
      pkgs/development/compilers/yosys/default.nix

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "abc-verifier";
version = "2022.03.22";
version = "2022.05.06";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "abc";
rev = "00b674d5b3ccefc7f2abcbf5b650fc14298ac549";
hash = "sha256-jQgHptARRuhlF+8R92so8PyBTI5t/q/rSGO5yce5WSs=";
rev = "09a7e6dac739133a927ae7064d319068ab927f90";
hash = "sha256-+1UcYjK2mvhlTHl6lVCcj5q+1D8RUTquHaajSl5NuJg=";
};
nativeBuildInputs = [ cmake ];

@ -72,13 +72,13 @@ let
in stdenv.mkDerivation rec {
pname = "yosys";
version = "0.16";
version = "0.18";
src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "${pname}-${version}";
hash = "sha256-X1yygoat6ezJt9jLO+W528ryf381nKGDQ3cfrG1ZbIk=";
hash = "sha256-uvJYL7cUhf6gTvfeIVKWMB2DH5qcYzhB2WPeJf1rCTI=";
};
enableParallelBuilding = true;

Loading…
Cancel
Save