3
0
Fork 0
forked from mirrors/nixpkgs

lesstif: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:09:19 +03:00
parent 9a3d4fba5e
commit 36d0df0498

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl, x11, libXp, libXau}:
stdenv.mkDerivation {
name = "lesstif-0.95-p2";
name = "lesstif-0.95.0-p2";
src = fetchurl {
url = mirror://sourceforge/lesstif/lesstif-0.95.0.tar.bz2;
md5 = "ab895165c149d7f95843c7584b1c7ad4";