pantheon.wingpanel-indicator-bluetooth: 2.1.5 -> 2020-10-01

* Fix device duplicates:
  https://github.com/elementary/wingpanel-indicator-bluetooth/pull/116
gstqt5
Kirill Elagin 2020-10-26 14:00:25 -04:00
parent ace69f768b
commit a05f7f73a5
1 changed files with 3 additions and 3 deletions

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-bluetooth";
version = "2.1.5";
version = "unstable-2020-10-01";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-txEjChutJCse/WjgQEfo+MSeeGWdpHUABGCsAqK6i3o=";
rev = "2b59d646ea0d66ae45dafc851374f24dcd98c064";
sha256 = "sha256-selp70P+7RhbdHF6iiNmcNbMf/c+B9zZ6nlxwRSZGn4=";
};
passthru = {