Unverified Commit d4261f60 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

simpleDBus: 0.7.3 -> 0.8.1 (#354240)

parents a6678843 7963fa03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "simpleDBus";

  version = "0.7.3";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "OpenBluetoothToolbox";
    repo = "SimpleBLE";
    rev = "v${finalAttrs.version}";
    hash = "sha256-CPBdPnBeQ0c3VjSX0Op6nCHF3w0MdXGULbk1aavr+LM=";
    hash = "sha256-rtctBKHujVqZXkblgoaaOQmrHT15HiDmev+rS4ZnYqI=";
  };

  outputs = [