matchbox: fix version to match tarball
This commit is contained in:
parent
8a2da95255
commit
64d5bf475c
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
|
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "matchbox-1.2.2";
|
name = "matchbox-1.2";
|
||||||
|
|
||||||
buildInputs = [ libmatchbox pkgconfig ];
|
buildInputs = [ libmatchbox pkgconfig ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user