forked from mirrors/nixpkgs
lesstif: fix version to match tarball
This commit is contained in:
parent
9a3d4fba5e
commit
36d0df0498
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue