clutter: update 1.18 -> 1.20. Shouldn't break anything
This commit is contained in:
@@ -4,15 +4,15 @@ gobjectIntrospection
|
||||
}:
|
||||
|
||||
let
|
||||
ver_maj = "1.18";
|
||||
ver_min = "2";
|
||||
ver_maj = "1.20";
|
||||
ver_min = "0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "clutter-${ver_maj}.${ver_min}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/clutter/${ver_maj}/${name}.tar.xz";
|
||||
sha256 = "f9fe12e6148426063c90e67dfaeb56013bf1aea224ef502223d13eab6c1add63";
|
||||
sha256 = "cc940809e6e1469ce349c4bddb0cbcc2c13c087d4fc15cda9278d855ee2d1293";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.lgpl2Plus;
|
||||
homepage = http://www.clutter-project.org/;
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud ];
|
||||
maintainers = with stdenv.lib.maintainers; [ urkud lethalman ];
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user