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: 822e677f0a0b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6ec4a219ce75
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 17, 2021

  1. yosys-bluespec: 2021.01.14 -> 2021.01.17

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

stdenv.mkDerivation {
pname = "yosys-bluespec";
version = "2021.01.14";
version = "2021.01.17";

src = fetchFromGitHub {
owner = "thoughtpolice";
repo = "yosys-bluespec";
rev = "7a0c609e9b601560067c34b8ce41e89ea4a397d4";
sha256 = "0xj9j5dwvq0dwqzfjd4ikmxkd28amj6d9m6ava7pwcrpjhyjnd0c";
rev = "3cfa22c2810b840f406610efe3d7657477c1b0ed";
sha256 = "1r48128yisw5lpziaj3hq88acghwi94pvm4735xajx8dl79jkcng";
};

buildInputs = [ yosys readline zlib bluespec ];