Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c10eb460957d
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 142760c9fd48
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 14, 2021

  1. yosys: 0.9+3830 -> 0.9+3905

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Feb 14, 2021
    Copy the full SHA
    142760c View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/compilers/yosys/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/compilers/yosys/default.nix
Original file line number Diff line number Diff line change
@@ -33,13 +33,13 @@

stdenv.mkDerivation rec {
pname = "yosys";
version = "0.9+3830";
version = "0.9+3905";

src = fetchFromGitHub {
owner = "YosysHQ";
repo = "yosys";
rev = "b72c29465392c8d260ddf55def169438f7fb64b2";
sha256 = "12h3pgj8bjb254q2qaafc3qxwhqdqrx0sxjhgjrfy8cmkdm92dvy";
rev = "4e741adda976260f620e5787d6db3cb28e0e35e7";
sha256 = "0ml4c7vfzmivcc289d12m6ki82qdsg5wj00f2aamcvq1y7l4062x";
};

enableParallelBuilding = true;