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

openrazer: 3.6.1 -> 3.7.0
This commit is contained in:
Sandro 2024-02-27 22:19:58 +01:00 committed by GitHub
commit 931ee755b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ 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; {