pantheon.wingpanel: 8.0.1 -> 8.0.2 (#380077)

authored by Bobby Rong and committed by GitHub 28cc453c 67c5e50a

+4 -6
+1 -2
nixos/tests/pantheon-wayland.nix
··· 69 69 # https://github.com/elementary/gala/pull/2140 70 70 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock", "gsd-media-keys", "gsd-xsettings", "io.elementary.desktop.agent-polkit"]: 71 71 machine.wait_until_succeeds(f"pgrep -f {i}") 72 - for i in ["io.elementary.files.xdg-desktop-portal.service"]: 73 - machine.wait_for_unit(i, "${user.name}") 72 + machine.wait_until_succeeds("pgrep -xf ${pkgs.pantheon.elementary-files}/libexec/io.elementary.files.xdg-desktop-portal") 74 73 75 74 with subtest("Check if various environment variables are set"): 76 75 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"
+1 -2
nixos/tests/pantheon.nix
··· 60 60 machine.wait_until_succeeds(f"pgrep -f {i}") 61 61 for i in ["gala", "io.elementary.wingpanel", "io.elementary.dock"]: 62 62 machine.wait_for_window(i) 63 - for i in ["io.elementary.files.xdg-desktop-portal.service"]: 64 - machine.wait_for_unit(i, "${user.name}") 63 + machine.wait_until_succeeds("pgrep -xf ${pkgs.pantheon.elementary-files}/libexec/io.elementary.files.xdg-desktop-portal") 65 64 66 65 with subtest("Check if various environment variables are set"): 67 66 cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"
+2 -2
pkgs/desktops/pantheon/desktop/wingpanel/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "wingpanel"; 25 - version = "8.0.1"; 25 + version = "8.0.2"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "elementary"; 29 29 repo = pname; 30 30 rev = version; 31 - sha256 = "sha256-c77ebUTs4D5M3//AfvtWI643n1a1sPb5Z70P+4tX3y8="; 31 + sha256 = "sha256-WUl6O3Mtw8Blsxe4Gm7NwRQXFurTNyOv+ZO1Fm1SkVg="; 32 32 }; 33 33 34 34 patches = [