simpleBluez: 0.7.3 -> 0.11.0

This commit is contained in:
Andrea Ciceri
2026-02-17 21:18:27 +01:00
parent 19d7de395f
commit d37558aa7e
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "simpleBluez";
version = "0.7.3";
version = "0.11.0";
src = fetchFromGitHub {
owner = "OpenBluetoothToolbox";
repo = "SimpleBLE";
rev = "v${finalAttrs.version}";
hash = "sha256-CPBdPnBeQ0c3VjSX0Op6nCHF3w0MdXGULbk1aavr+LM=";
hash = "sha256-SWZdVWBC8udwkn195FdvsXSniMtzd8+WfnMsARLYSQ4=";
};
outputs = [