simpleDBus: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm 2025-06-30 19:22:58 +00:00
parent 429b4bdce5
commit 5104bb614c

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "simpleDBus";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "OpenBluetoothToolbox";
repo = "SimpleBLE";
rev = "v${finalAttrs.version}";
hash = "sha256-Qi78o3WJ28Gp1OsCyFHhd/7F4/jWLzGjPRwT5qSqqtM=";
hash = "sha256-eEbptFy5tlIHuBu+HbPxsgdb9CVNXq8r2KKP0E8SIuE=";
};
outputs = [