txr: 117 -> 220

This commit is contained in:
Will Dietz 2019-07-09 10:52:45 -05:00
parent e3190b2f9e
commit 0e824b58af
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "txr";
version = "217";
version = "220";
src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2";
sha256 = "0q4v7zsbflzvw1xskacdnj0z8qng8c9pcvaa54f2jnnq7crkrd4q";
sha256 = "00jg1zhsqhi146xrh0bfb2czfgfw9i2xbpqwk3yh0n766wcm4ryd";
};
nativeBuildInputs = [ bison flex ];