mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
bison: 3.2.1 -> 3.2.2
This commit is contained in:
parent
e8bce19aea
commit
84634a3b91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user