forked from mirrors/nixpkgs
Merge pull request #74677 from r-ryantm/auto-update/tlf
tlf: 1.3.2 -> 1.4.0
This commit is contained in:
commit
ceb3f864a3
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tlf";
|
||||
version = "1.3.2";
|
||||
version = "1.4.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "0gniysjm8aq5anq0a0az31vd6h1vyg56bifc7rpf53lsh9hkzmgc";
|
||||
sha256 = "0f97hxiwc6blp5haik871q6zzvwy0b3p2jg8ad2dvaxg07xc76l0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook autoconf automake pkgconfig perl ];
|
||||
|
|
Loading…
Reference in a new issue