Unverified Commit e3bfec92 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.openrazer: 3.5.1 -> 3.6.1

parent 72a0006e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
}: rec {
  version = "3.5.1";
  version = "3.6.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "openrazer";
    repo = "openrazer";
    rev = "v${version}";
    hash = "sha256-6YU2tl17LpDZe9pQ1a+B2SGIhqGdwME3Db6umVz7RLc=";
    hash = "sha256-bboTRZqJq5tKeBQuiEQAXxTHYvoldDQlwbfehjDA8EE=";
  };

  meta = with lib; {