Commit 4e5dcf8a authored by Moritz Kiefer's avatar Moritz Kiefer
Browse files

openrazer: 3.6.1 -> 3.7.0

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

  src = fetchFromGitHub {
    owner = "openrazer";
    repo = "openrazer";
    rev = "v${version}";
    hash = "sha256-bboTRZqJq5tKeBQuiEQAXxTHYvoldDQlwbfehjDA8EE=";
    hash = "sha256-tjVWvJxcZ2maR99VRwMGCa+IK+1CjCc7jxAj4XkDUEw=";
  };

  meta = with lib; {