simpleDBus: 0.10.4 -> 0.11.0

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