forked from mirrors/nixpkgs
matchbox: fix version to match tarball
This commit is contained in:
parent
8a2da95255
commit
64d5bf475c
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "matchbox-1.2.2";
|
||||
name = "matchbox-1.2";
|
||||
|
||||
buildInputs = [ libmatchbox pkgconfig ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue