byacc: 20170201 -> 20170709
http://invisible-island.net/byacc/CHANGES.html#t20170709
This commit is contained in:
parent
19f1fd14b3
commit
94f06c8868
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "byacc-${version}";
|
name = "byacc-${version}";
|
||||||
version = "20170201";
|
version = "20170709";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"ftp://ftp.invisible-island.net/byacc/${name}.tgz"
|
"ftp://ftp.invisible-island.net/byacc/${name}.tgz"
|
||||||
"https://invisible-mirror.net/archives/byacc/${name}.tgz"
|
"https://invisible-mirror.net/archives/byacc/${name}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91";
|
sha256 = "1syrg1nwh2qmlr5mh7c4vz9psdv4gf55h8i5ffw84q6whlcq1kr7";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user