lol

Merge pull request #167698 from bobby285271/pantheon

Pantheon updates 2022-04-07

authored by

Bobby Rong and committed by
GitHub
95c599ae efc8de69

+8 -19
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/keyboard/default.nix
··· 23 23 24 24 stdenv.mkDerivation rec { 25 25 pname = "switchboard-plug-keyboard"; 26 - version = "2.6.0"; 26 + version = "2.7.0"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "elementary"; 30 30 repo = pname; 31 31 rev = version; 32 - sha256 = "sha256-Bl0T+8upTdBnLs03UIimcAg0LO40KwuMZRNSM+y/3Hc="; 32 + sha256 = "sha256-ge87rctbd7iR9x9Xq4sMIC09DiPHbpbWBgMZUuJNWbw="; 33 33 }; 34 34 35 35 patches = [
+4 -15
pkgs/desktops/pantheon/desktop/gala/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchpatch 5 4 , nix-update-script 6 5 , pkg-config 7 6 , meson ··· 26 25 27 26 stdenv.mkDerivation rec { 28 27 pname = "gala"; 29 - version = "6.3.0"; 28 + version = "6.3.1"; 30 29 31 30 src = fetchFromGitHub { 32 31 owner = "elementary"; 33 32 repo = pname; 34 33 rev = version; 35 - sha256 = "sha256-f/WDm9/+lXgplg9tGpct4f+1cOhKgdypwiDRBhewRGw="; 34 + sha256 = "sha256-7RZt6gA3wyp1cxIWBYFK+fYFSZDbjHcwYa2snOmDw1Y="; 36 35 }; 37 36 38 37 patches = [ 38 + # We look for plugins in `/run/current-system/sw/lib/` because 39 + # there are multiple plugin providers (e.g. gala and wingpanel). 39 40 ./plugins-dir.patch 40 - # Session crashes when switching windows with Alt+Tab 41 - # https://github.com/elementary/gala/issues/1312 42 - (fetchpatch { 43 - url = "https://github.com/elementary/gala/commit/cc83db8fe398feae9f3e4caa8352b65f0c8c96d4.patch"; 44 - sha256 = "sha256-CPO3EHIzqHAV6ZLHngivCdsD8je8CK/NHznfxSEkhzc="; 45 - }) 46 - # WindowSwitcher: Clear indicator background 47 - # https://github.com/elementary/gala/pull/1318 48 - (fetchpatch { 49 - url = "https://github.com/elementary/gala/commit/cce53acffecba795b6cc48916d4621a47996d2c9.patch"; 50 - sha256 = "sha256-5aTZE6poo4sQMTLfk9Nhw4G4BW8i9dvpWktizRIS58Q="; 51 - }) 52 41 ]; 53 42 54 43 nativeBuildInputs = [
+2 -2
pkgs/desktops/pantheon/services/elementary-notifications/default.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "elementary-notifications"; 20 - version = "6.0.0"; 20 + version = "6.0.1"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "elementary"; 24 24 repo = "notifications"; 25 25 rev = version; 26 - sha256 = "0jfppafbc8jwhhnillylicz4zfds789d8b31ifsx0qijlxa7kji9"; 26 + sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg="; 27 27 }; 28 28 29 29 nativeBuildInputs = [