Skip to content

Commit

Permalink
pantheon.wingpanel-indicators-bluetooth: 2.1.4 -> 2.1.5
Browse files Browse the repository at this point in the history
(cherry picked from commit ac2f83c)
  • Loading branch information
worldofpeace committed Apr 10, 2020
1 parent 2165cd7 commit 99e05f5
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
, ninja
, vala
, gtk3
, glib
, granite
, libnotify
, wingpanel
Expand All @@ -16,13 +17,13 @@

stdenv.mkDerivation rec {
pname = "wingpanel-indicator-bluetooth";
version = "2.1.4";
version = "2.1.5";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "05v3qy4rxi4l3g1ql99vcjylb01hz3galh19c2jc3lqc1mf1z1j1";
sha256 = "0ylbpai05b300h07b94xcmw9xi7qx13l1q38zlg2n95d3c5264dp";
};

passthru = {
Expand All @@ -32,6 +33,7 @@ stdenv.mkDerivation rec {
};

nativeBuildInputs = [
glib # for glib-compile-schemas
libxml2
meson
ninja
Expand All @@ -41,6 +43,7 @@ stdenv.mkDerivation rec {
];

buildInputs = [
glib
granite
gtk3
libgee
Expand Down

0 comments on commit 99e05f5

Please sign in to comment.