mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
bison: 3.2.2 -> 3.2.3 (#52920)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/bison/versions
This commit is contained in:
parent
a78a733942
commit
c859f30143
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, m4, perl, help2man }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "bison-3.2.2";
|
||||
name = "bison-3.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/bison/${name}.tar.gz";
|
||||
sha256 = "0v3q6ym34krb4iskg0pspvpm35wmp3gx9njb9c35cv0w0h0j5z9z";
|
||||
sha256 = "14jz8jaz5ynszrbxsv4jy6gln27pjdndgfns7k11hk89kcsgi5ja";
|
||||
};
|
||||
|
||||
patches = []; # remove on another rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user