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

https://github.com/elementary/switchboard-plug-bluetooth/compare/8.0.0...8.0.1
This commit is contained in:
Bobby Rong 2024-10-24 23:00:47 +08:00
parent 84ae020e4e
commit 9ab6d1d846
No known key found for this signature in database

View File

@ -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 = [