Unverified Commit 931ee755 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #271992 from cocreature/cocreature/openrazer-3.7.0

openrazer: 3.6.1 -> 3.7.0
parents 78d6e843 4e5dcf8a
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; {