matchbox: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 23:12:59 +03:00
parent 8a2da95255
commit 64d5bf475c

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
stdenv.mkDerivation rec {
name = "matchbox-1.2.2";
name = "matchbox-1.2";
buildInputs = [ libmatchbox pkgconfig ];