gnome3.gnome-shell-extensions: 3.34.2 -> 3.36.0

This commit is contained in:
Tor Hedin Brønner 2020-02-09 00:28:23 +01:00 committed by Jan Tojnar
parent 81c9021c72
commit ca7c2fc07c
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_60, glib
{ stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_68, glib
, gnome3, gnome-menus, substituteAll }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extensions";
version = "3.34.2";
version = "3.36.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell-extensions/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "1f5l35l3kdkzrv49xmg1sh11vwmgjbg7hx3gb91i39bfl1snxqd1";
sha256 = "1rmi6ccqfdisvmmzaiqr2r031r0f3h8qxgw5qwq62x859nbrzcmm";
};
passthru = {
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
doCheck = true;
# 60 is required for tests
# https://gitlab.gnome.org/GNOME/gnome-shell-extensions/blob/3.34.0/meson.build#L23
checkInputs = [ spidermonkey_60 ];
checkInputs = [ spidermonkey_68 ];
nativeBuildInputs = [ meson ninja pkgconfig gettext glib ];