From 42e445f2571508ddde959e64401edec51e0a8b18 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 19 Dec 2021 09:40:41 +0800 Subject: [PATCH 1/2] pantheon.wingpanel: 3.0.1 -> 3.0.2 --- .../pantheon/desktop/wingpanel/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix index 709a4e3e6140..0cd7a13c3e12 100644 --- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix +++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix @@ -22,19 +22,13 @@ stdenv.mkDerivation rec { pname = "wingpanel"; - version = "3.0.1"; + version = "3.0.2"; src = fetchFromGitHub { owner = "elementary"; repo = pname; rev = version; - sha256 = "078yi36r452sc33mv2ck8z0icya1lhzhickllrlhc60rdri36sb8"; - }; - - passthru = { - updateScript = nix-update-script { - attrPath = "pantheon.${pname}"; - }; + sha256 = "sha256-WvkQx+9YjKCINpyVg8KjCV0GAb0rJfblSFaO14/4oas="; }; nativeBuildInputs = [ @@ -75,6 +69,12 @@ stdenv.mkDerivation rec { ) ''; + passthru = { + updateScript = nix-update-script { + attrPath = "pantheon.${pname}"; + }; + }; + meta = with lib; { description = "The extensible top panel for Pantheon"; longDescription = '' From 52f2c2500a62fdf7ea267b91307613031547a9c7 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 19 Dec 2021 09:41:47 +0800 Subject: [PATCH 2/2] pkgs/pantheon: fix typo --- pkgs/desktops/pantheon/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/pantheon/default.nix b/pkgs/desktops/pantheon/default.nix index 7569b2eb4f69..f4ca6375b654 100644 --- a/pkgs/desktops/pantheon/default.nix +++ b/pkgs/desktops/pantheon/default.nix @@ -230,7 +230,7 @@ lib.makeScope pkgs.newScope (self: with self; { ### THIRD-PARTY # Put packages that ONLY works with Pantheon in pkgs/desktops/pantheon/third-party, - # specfically third party switchboard plugins and wingpanel indicators. + # specifically third party switchboard plugins and wingpanel indicators. # Please call these packages in pkgs/top-level/all-packages.nix instead of this file. # https://github.com/NixOS/nixpkgs/issues/115222#issuecomment-906868654