pantheon.switchboard-plug-bluetooth: 2.3.1 -> 2.3.2

This commit is contained in:
worldofpeace 2020-06-07 14:06:47 -04:00
parent 96a44e01de
commit 1d759d4786

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-bluetooth";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "06ws1swl2jg6a1b3m4b1v1rawgzs5k7rq4dcnd5v0czda110yhg0";
sha256 = "0ksxx45mm0cvnb5jphyxsf843rn2rgb0yxv9j0ydh2xp4qgvvyva";
};
passthru = {