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: d0ed3e507972
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: edb7146a6fa1
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 23, 2018

  1. bison: 3.2.1 -> 3.2.2

    dtzWill committed Nov 23, 2018
    Copy the full SHA
    84634a3 View commit details

Commits on Nov 27, 2018

  1. Merge pull request #50972 from dtzWill/update/bison-3.2.2

    bison: 3.2.1 -> 3.2.2
    dtzWill authored Nov 27, 2018
    Copy the full SHA
    edb7146 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/parsing/bison/3.x.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/parsing/bison/3.x.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, m4, perl, help2man }:

stdenv.mkDerivation rec {
name = "bison-3.2.1";
name = "bison-3.2.2";

src = fetchurl {
url = "mirror://gnu/bison/${name}.tar.gz";
sha256 = "1pgcvwzzlckb83sdcljz75hg71zwbc2a4pl5ycwxsxw05423gwq1";
sha256 = "0v3q6ym34krb4iskg0pspvpm35wmp3gx9njb9c35cv0w0h0j5z9z";
};

patches = []; # remove on another rebuild