forked from mirrors/nixpkgs
txr: 209 -> 216
Versions 210-215 crashed during tests, but this one looks good! Enjoy!
This commit is contained in:
parent
5b7dea1962
commit
f9dfeab02d
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue