Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pantheon.wingpanel: 2.2.2 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Mar 19, 2019
1 parent 735b047 commit 201de89
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pkgs/desktops/pantheon/desktop/wingpanel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "wingpanel";
version = "2.2.2";
version = "2.2.3";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1knkqh9q6yp7qf27zi6ki20fq4w0ia2hklvv84ivfmfa0irz0j6r";
sha256 = "1kd1w3mxysg33niryrz5yp6fdayzjpg73ihvq7dlasj8ls5d0qyj";
};

passthru = {
Expand Down Expand Up @@ -42,11 +42,6 @@ stdenv.mkDerivation rec {

patches = [
./indicators.patch
# Fix wingpanel potentially overlapping windows: https://github.com/elementary/wingpanel/pull/198
(fetchpatch {
url = "https://github.com/elementary/wingpanel/commit/fc1b8ea3d6cfc5d6e4034af177eecd4542a59833.patch";
sha256 = "0w5z56di5lxwg9vb96f9y4r2q05znwpn814m2w12l3impf5xsdqs";
})
];

postPatch = ''
Expand Down

0 comments on commit 201de89

Please sign in to comment.