ucl: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:42:17 +03:00
parent d614ae9959
commit bbd631250d

View file

@ -1,7 +1,7 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "ucl-1.0.3";
name = "ucl-1.03";
src = fetchurl {
url = http://www.oberhumer.com/opensource/ucl/download/ucl-1.03.tar.gz;
sha256 = "b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348";