simpleDBus: 0.8.1 -> 0.9.0 (#375223)

Co-authored-by: aciceri <andrea.ciceri@autistici.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-20 09:40:26 +00:00
committed by GitHub
co-authored by aciceri
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "simpleDBus";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "OpenBluetoothToolbox";
repo = "SimpleBLE";
rev = "v${finalAttrs.version}";
hash = "sha256-rtctBKHujVqZXkblgoaaOQmrHT15HiDmev+rS4ZnYqI=";
hash = "sha256-suVaiFE60g2OlIF4DLGoHKr7ehUtThLcB/GoVCOfxJg=";
};
outputs = [