matchbox: update source urls + libmatchbox: 1.9 -> 1.11 (#15160)
This commit is contained in:
committed by
Robin Gloster
parent
cf224573d6
commit
43e617b487
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user