python311Packages.openrazer: 3.8.0 -> 3.9.0 (#350920)

This commit is contained in:
Sandro 2024-11-04 17:51:43 +01:00 committed by GitHub
commit 8b845050fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,13 +1,13 @@
{ lib, fetchFromGitHub }:
rec {
version = "3.8.0";
version = "3.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openrazer";
repo = "openrazer";
rev = "v${version}";
hash = "sha256-eV5xDFRQi0m95pL6e2phvblUbh5GEJ1ru1a62TnbGNk=";
hash = "sha256-MLwhqLPWdjg1ZUZP5Sig37RgZEeHlU+DyELpyMif6iY=";
};
meta = with lib; {