mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
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, fetchurl, bison, flex, libffi }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "txr-${version}";
|
pname = "txr";
|
||||||
version = "209";
|
version = "216";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.kylheku.com/cgit/txr/snapshot/${name}.tar.bz2";
|
url = "http://www.kylheku.com/cgit/txr/snapshot/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1g236bk5ygh3car4kki3w6n0pwny8q4awg8p86fh2khj52qz6mdl";
|
sha256 = "07cxdpc9zsqd0c2668g00dqjpd6zc4mfdn74aarr6d2hpzdhh937";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bison flex ];
|
nativeBuildInputs = [ bison flex ];
|
||||||
|
Loading…
Reference in New Issue
Block a user