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: 3b4ebab230b5
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d4340805b30
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 10, 2018

  1. icestorm: 2017.12.06 -> 2018.01.10

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 10, 2018
    Copy the full SHA
    28cf4ce View commit details
  2. arachne-pnr: 2017.12.06 -> 2018.01.10

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 10, 2018
    Copy the full SHA
    87132df View commit details
  3. yosys: 2017.12.06 -> 2018.01.10

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 10, 2018
    Copy the full SHA
    155a2f2 View commit details
  4. symbiyosys: 2017.12.06 -> 2018.01.10

    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Jan 10, 2018
    Copy the full SHA
    4d43408 View commit details
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/symbiyosys/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "symbiyosys-${version}";
version = "2017.12.06";
version = "2018.01.10";

src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "symbiyosys";
rev = "82f394260a74b07892d7f5bdec10ae0a8cad6caa";
sha256 = "0cniqxaf2m5xh7hqwcpdvwcxg7vqargzahbkzdfwafkdsqpb0ly3";
rev = "25936009bbc2cffd289c607ddf42a578527aa59c";
sha256 = "06idd8vbn4s2k6bja4f6lxjc4qwgbak2fhfxj8f18ki1xb3yqfh6";
};

buildInputs = [ python3 yosys ];
6 changes: 3 additions & 3 deletions pkgs/development/compilers/arachne-pnr/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "arachne-pnr-${version}";
version = "2017.12.06";
version = "2018.01.10";

src = fetchFromGitHub {
owner = "cseed";
repo = "arachne-pnr";
rev = "a32dd2c137b2bb6ba6704b25109790ac76bc2f45";
sha256 = "16pfm8spcm3nsrdsjdj22v7dddnwzlhbj1y71wflvvb84xnbga2y";
rev = "24f6b9c341910f6aaca1498872fe2e99ff8210cf";
sha256 = "0jd91hx16jx0p0jiqhgh1kbh59k82i4979f4xp4wzc249br7lxlv";
};

enableParallelBuilding = true;
10 changes: 5 additions & 5 deletions pkgs/development/compilers/yosys/default.nix
Original file line number Diff line number Diff line change
@@ -4,21 +4,21 @@

stdenv.mkDerivation rec {
name = "yosys-${version}";
version = "2017.12.06";
version = "2018.01.10";

srcs = [
(fetchFromGitHub {
owner = "cliffordwolf";
repo = "yosys";
rev = "8f2638ae2f12a48dcad14f24b0211c16ac724762";
sha256 = "0synbskclgn97hp28myvl0hp8pqp66awp37z4cv7zl154ipysfl1";
rev = "9ac560f5d3e5847b7e475195f66b7034e91fd938";
sha256 = "01p1bcjq030y7g21lsghgkqj23x6yl8cwrcx2xpik45xls6pxrg7";
name = "yosys";
})
(fetchFromBitbucket {
owner = "alanmi";
repo = "abc";
rev = "31fc97b0aeed";
sha256 = "0ljmclr4hfh3iiyfw7ji0fm8j983la8021xfpnfd20dyc807hh65";
rev = "6e3c24b3308a";
sha256 = "1i4wv0si4fb6dpv2yrpkp588mdlfrnx2s02q2fgra5apdm54c53w";
name = "yosys-abc";
})
];
6 changes: 3 additions & 3 deletions pkgs/development/tools/icestorm/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "icestorm-${version}";
version = "2017.12.06";
version = "2018.01.10";

src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
rev = "14b44ca866665352e7146778bb932e45b5fdedbd";
sha256 = "18qy7gylnydgzmqry1b4r0ilm6lkjdcyn0wj03syxdig9dbjiacm";
rev = "bca8c3c88f5707213a6cc55ec7b06b576ab98809";
sha256 = "00g1xd70dlgvyfyk5ivj71dpk0vzx3xka60f6x3hm4frl9ahyhj7";
};

nativeBuildInputs = [ pkgconfig ];