matchbox: fix version to match tarball

wip/yesman
Evgeny Egorochkin 11 years ago
parent 8a2da95255
commit 64d5bf475c
  1. 2
      pkgs/applications/window-managers/matchbox/default.nix

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

Loading…
Cancel
Save