Unverified Commit 74ebb96a authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #254945 from bobby285271/upd/pantheon

pantheon.wingpanel: 3.0.4 -> 3.0.5
parents dc32d28c 620b29a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
  pname = "wingpanel";
  version = "3.0.4";
  version = "3.0.5";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-WU2TSMuR+RRleR6ZbIXymG31l2f8XLINPkh5X9rUDcY=";
    sha256 = "sha256-xowGdaH0e6y0Q2xSl0kUa01rxxoEQ0qXB3sUol0YDBA=";
  };

  patches = [