mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
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 {
|
||||
name = "byacc-${version}";
|
||||
version = "20170201";
|
||||
version = "20170709";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://ftp.invisible-island.net/byacc/${name}.tgz"
|
||||
"https://invisible-mirror.net/archives/byacc/${name}.tgz"
|
||||
];
|
||||
sha256 = "90b768d177f91204e6e7cef226ae1dc7cac831b625774cebd3e233a917754f91";
|
||||
sha256 = "1syrg1nwh2qmlr5mh7c4vz9psdv4gf55h8i5ffw84q6whlcq1kr7";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
Loading…
Reference in New Issue
Block a user