simpledbus: 0.11.0 -> 1.0.0

This commit is contained in:
R. Ryantm
2026-07-20 14:59:16 +00:00
parent 722299746c
commit 748331f357

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "simpledbus";
version = "0.11.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "OpenBluetoothToolbox";
repo = "SimpleBLE";
rev = "v${finalAttrs.version}";
hash = "sha256-SWZdVWBC8udwkn195FdvsXSniMtzd8+WfnMsARLYSQ4=";
hash = "sha256-I6uZm3CSkOS2is2KZ6DRjEsryLms6k5UtwtZUq8Tbn0=";
};
outputs = [