Merge pull request #256111 from bobby285271/upd/pantheon

Pantheon updates 2023-09-19

authored by

Bobby Rong and committed by
GitHub
dd7ea909 616e7f9e

+2 -9
-7
pkgs/desktops/pantheon/apps/appcenter/default.nix
··· 16 , meson 17 , ninja 18 , pkg-config 19 - , python3 20 , vala 21 , polkit 22 , wrapGAppsHook ··· 38 meson 39 ninja 40 pkg-config 41 - python3 42 vala 43 wrapGAppsHook 44 ]; ··· 64 "-Dpayments=false" 65 "-Dcurated=false" 66 ]; 67 - 68 - postPatch = '' 69 - chmod +x meson/post_install.py 70 - patchShebangs meson/post_install.py 71 - ''; 72 73 passthru = { 74 updateScript = nix-update-script { };
··· 16 , meson 17 , ninja 18 , pkg-config 19 , vala 20 , polkit 21 , wrapGAppsHook ··· 37 meson 38 ninja 39 pkg-config 40 vala 41 wrapGAppsHook 42 ]; ··· 62 "-Dpayments=false" 63 "-Dcurated=false" 64 ]; 65 66 passthru = { 67 updateScript = nix-update-script { };
+2 -2
pkgs/desktops/pantheon/desktop/wingpanel-indicators/notifications/default.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "wingpanel-indicator-notifications"; 19 - version = "7.0.0"; 20 21 src = fetchFromGitHub { 22 owner = "elementary"; 23 repo = pname; 24 rev = version; 25 - sha256 = "sha256-HEkuNJgG0WEOKO6upwQgXg4huA7dNyz73U1nyOjQiTs="; 26 }; 27 28 nativeBuildInputs = [
··· 16 17 stdenv.mkDerivation rec { 18 pname = "wingpanel-indicator-notifications"; 19 + version = "7.1.0"; 20 21 src = fetchFromGitHub { 22 owner = "elementary"; 23 repo = pname; 24 rev = version; 25 + sha256 = "sha256-vm+wMHyWWtOWM0JyiesfpzC/EmkTNbprXaBgVUDQvDg="; 26 }; 27 28 nativeBuildInputs = [