Skip to content

Commit

Permalink
pantheon.switchboard-plug-applications: 6.0.1 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored and pull[bot] committed Jun 27, 2023
1 parent c3765d0 commit c1a6183
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -7,6 +7,7 @@
, pkg-config
, vala
, libgee
, libhandy
, granite
, gtk3
, switchboard
Expand All @@ -15,13 +16,13 @@

stdenv.mkDerivation rec {
pname = "switchboard-plug-applications";
version = "6.0.1";
version = "7.0.0";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "18izmzhqp6x5ivha9yl8gyz9adyrsylw7w5p0cwm1bndgqbi7yh5";
sha256 = "sha256-M9JMrxhMiDC/qrrnPaBm6Kf3CAkxrhGWwJF8jVm2G5c=";
};

nativeBuildInputs = [
Expand All @@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
granite
gtk3
libgee
libhandy
switchboard
];

Expand Down

0 comments on commit c1a6183

Please sign in to comment.