mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
flex: 2.6.3 -> 2.6.4
This commit is contained in:
parent
d50437ba3e
commit
5e08c4a2cd
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flex-${version}";
|
name = "flex-${version}";
|
||||||
version = "2.6.3";
|
version = "2.6.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz";
|
url = "https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz";
|
||||||
sha256 = "1an2cn2z85mkpgqcinh1fhhcd7993qm2lil1yxic8iz76ci79ck8";
|
sha256 = "15g9bv236nzi665p9ggqjlfn4dwck5835vf0bbw2cz7h5c1swyp8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bison ];
|
buildInputs = [ bison ];
|
||||||
|
Loading…
Reference in New Issue
Block a user