gnome.gnome-shell: 42.4 → 43.alpha

Removes bluetooth and recorder dependencies from meson file but they are still used at runtime.

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/42.4...43.alpha

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2022-07-23 15:46:11 +00:00
parent 8c5884ef4e
commit 2b093b2678

View File

@ -67,13 +67,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gnome-shell";
version = "42.4";
version = "43.alpha";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "h1/ylw6p+3oFUG4yoNUNyRf0G0yjcTS0E3f5yChzxU4=";
sha256 = "79OvceBnO5hxTxxhDGv/ffcBvB0tRoeVG7aJt47jkPw=";
};
patches = [