···29293030stdenv.mkDerivation rec {
3131 pname = "gala";
3232- version = "6.2.0";
3232+ version = "6.2.1";
33333434 src = fetchFromGitHub {
3535 owner = "elementary";
3636 repo = pname;
3737 rev = version;
3838- sha256 = "1yxsfshahaxiqs5waj4v96rhjhdgyd1za4pwlg3vqq51p75k2b1g";
3838+ sha256 = "1phnhj731kvk8ykmm33ypcxk8fkfny9k6kdapl582qh4d47wcy6f";
3939 };
40404141 passthru = {
···75757676 patches = [
7777 ./plugins-dir.patch
7878- # https://github.com/elementary/gala/pull/1259
7979- # https://github.com/NixOS/nixpkgs/issues/139404
8080- # Remove this patch when it is included in a new release
8181- # of gala OR when we no longer use mutter 3.38 for pantheon
8282- ./fix-session-crash-when-taking-screenshots.patch
8378 ];
84798580 postPatch = ''