Skip to content

Commit

Permalink
Merge pull request #186879 from bobby285271/pantheon
Browse files Browse the repository at this point in the history
pantheon.switchboard-plug-pantheon-shell: 6.2.0 -> 6.3.0
  • Loading branch information
bobby285271 authored Aug 16, 2022
2 parents 5fc1769 + 2f2c896 commit 9855249
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
, vala
, glib
, libgee
, libhandy
, granite
, gexiv2
, gnome-settings-daemon
Expand All @@ -24,13 +25,13 @@

stdenv.mkDerivation rec {
pname = "switchboard-plug-pantheon-shell";
version = "6.2.0";
version = "6.3.0";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-s7EMs8jeBFkDlLqOLtKuyQmCFNgXYMzKOKW/dVR2eqA=";
sha256 = "sha256-xaMoemI87uSlTN6qkxMiC26mdoU7nHTTCRnJgjQFtF4=";
};

nativeBuildInputs = [
Expand All @@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
granite
gtk3
libgee
libhandy
switchboard
wingpanel
];
Expand Down

0 comments on commit 9855249

Please sign in to comment.