Commit eae456ae authored by Aaron Andersen's avatar Aaron Andersen
Browse files

kodi.packages.steam-controller: 0.11.0 -> 20.0.2

parent 7d272783
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@
buildKodiBinaryAddon rec {
  pname = namespace;
  namespace = "peripheral.steamcontroller";
  version = "0.11.0";
  version = "20.0.2";

  src = fetchFromGitHub {
    owner = "kodi-game";
    repo = namespace;
    rev = "f68140ca44f163a03d3a625d1f2005a6edef96cb";
    sha256 = "09lm8i119xlsxxk0c64rnp8iw0crr90v7m8iwi9r31qdmxrdxpmg";
    rev = "b3174673c6feb34325975b6c007581c39bf3e4a5";
    sha256 = "sha256-Q+eJfbD4NpAPANm9Mx9/pD29L5tdS4gxhQqNufufYdw=";
  };

  extraBuildInputs = [ libusb1 ];