Unverified Commit 9ab6d1d8 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-bluetooth: 8.0.0 -> 8.0.1

parent 84ae020e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-bluetooth";
  version = "8.0.0";
  version = "8.0.1";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-A55VCyQi+LBe3hxKp/xsVtXyPHuLPaCOi78Zv6MiwIw=";
    sha256 = "sha256-NefWnkI7K6I1JY3UG9wUbB/yF3R8tUdPb4tAafiTR3o=";
  };

  nativeBuildInputs = [