openrazer: 3.6.1 -> 3.7.0

This commit is contained in:
Moritz Kiefer 2023-12-02 11:26:53 +01:00
parent c074160dcf
commit 4e5dcf8a02

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; {