txr: 209 -> 216

Versions 210-215 crashed during tests,
but this one looks good! Enjoy!
This commit is contained in:
Will Dietz 2019-05-22 21:02:48 -05:00
parent 5b7dea1962
commit f9dfeab02d
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, bison, flex, libffi }:
stdenv.mkDerivation rec {
name = "txr-${version}";
version = "209";
pname = "txr";
version = "216";
src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/${name}.tar.bz2";
sha256 = "1g236bk5ygh3car4kki3w6n0pwny8q4awg8p86fh2khj52qz6mdl";
url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2";
sha256 = "07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937";
};
nativeBuildInputs = [ bison flex ];