adw-bluetooth: 1.1.0 -> 1.1.2

This commit is contained in:
ezratweaver
2026-07-10 01:14:51 -04:00
parent a55048a53c
commit 6e2e493407
+2 -2
View File
@@ -15,13 +15,13 @@
}:
let
version = "1.1.0";
version = "1.1.2";
src = fetchFromGitHub {
owner = "ezratweaver";
repo = "adw-bluetooth";
tag = version;
hash = "sha256-h3cHtecwBsx3j33qXVn/zaq4FZext71P7flzunCHqHg=";
hash = "sha256-0rySzx03KeKeqtl0yrbnj/tVbpVPBAKDz+1qLQ5kZRc=";
};
daemon = buildGoModule {