txr: 225 -> 230

This commit is contained in:
Will Dietz 2019-12-31 15:38:26 -06:00
parent 7e5334d6f2
commit 68d725d0fd
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 = "225";
version = "230";
src = fetchurl {
url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2";
sha256 = "07vh0rmvjr2sir15l3ppp2pnp2d849dg17rzykkzqyk3d5rwfxyj";
sha256 = "03ab9drdqvkfq240pkrx6197jjvvjizjwfx9psjmm6lixksw0kjx";
};
nativeBuildInputs = [ bison flex ];