3
0
Fork 0
forked from mirrors/nixpkgs

gnome.gnome-shell: 43.2 → 43.3

https://gitlab.gnome.org/GNOME/gnome-shell/-/compare/43.2...43.3

- Ensure quick settings toggles align with the pixel grid.
- Lower OOM score of gnome-shell process.
- Fix incomplete device list in volume menus.
- Fixed crash.
- Plugged leak.
- Misc. bug fixes and cleanups.
This commit is contained in:
Bobby Rong 2023-02-19 01:45:49 +00:00
parent 26fe46cf2a
commit 71bdfad793
No known key found for this signature in database

View file

@ -62,19 +62,18 @@
, mesa , mesa
}: }:
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.10.2.1.ebuild?revision=1.3&view=markup
let let
pythonEnv = python3.withPackages (ps: with ps; [ pygobject3 ]); pythonEnv = python3.withPackages (ps: with ps; [ pygobject3 ]);
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell"; pname = "gnome-shell";
version = "43.2"; version = "43.3";
outputs = [ "out" "devdoc" ]; outputs = [ "out" "devdoc" ];
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/gnome-shell/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "52/UvpNCQQ7p+9zday2Bxv8GDnyMxaDxyuanq6JdGGA="; sha256 = "Sf+NBfVfpPHCLwXQOFhSzrQpprY4DBuoRh5ipG1MBx4=";
}; };
patches = [ patches = [