Skip to content

Commit 9ab6d1d

Browse files
committed
pantheon.switchboard-plug-bluetooth: 8.0.0 -> 8.0.1
elementary/settings-bluetooth@8.0.0...8.0.1
1 parent 84ae020 commit 9ab6d1d

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "switchboard-plug-bluetooth";
20-
version = "8.0.0";
20+
version = "8.0.1";
2121

2222
src = fetchFromGitHub {
2323
owner = "elementary";
2424
repo = pname;
2525
rev = version;
26-
sha256 = "sha256-A55VCyQi+LBe3hxKp/xsVtXyPHuLPaCOi78Zv6MiwIw=";
26+
sha256 = "sha256-NefWnkI7K6I1JY3UG9wUbB/yF3R8tUdPb4tAafiTR3o=";
2727
};
2828

2929
nativeBuildInputs = [

0 commit comments

Comments
 (0)