matchbox: update source urls + libmatchbox: 1.9 -> 1.11 (#15160)

This commit is contained in:
Kamil Chmielewski
2016-05-02 12:26:32 +02:00
committed by Robin Gloster
parent cf224573d6
commit 43e617b487
2 changed files with 7 additions and 5 deletions
@@ -1,12 +1,13 @@
{ stdenv, fetchurl, libmatchbox, pkgconfig}:
stdenv.mkDerivation rec {
name = "matchbox-1.2";
name = "matchbox-${version}";
version = "1.2";
buildInputs = [ libmatchbox pkgconfig ];
src = fetchurl {
url = http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-1.2.tar.bz2;
url = "http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/${version}/matchbox-window-manager-${version}.tar.bz2";
sha256 = "1zyfq438b466ygcz78nvsmnsc5bhg4wcfnpxb43kbkwpyx53m8l1";
};