python3Packages.openrazer: 2.8.0 -> 2.9.0

This commit is contained in:
d4g 2020-12-02 14:37:46 +01:00
parent ad11ff123a
commit 8c8f011797

View File

@ -1,12 +1,12 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
}: rec { }: rec {
version = "2.8.0"; version = "2.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openrazer"; owner = "openrazer";
repo = "openrazer"; repo = "openrazer";
rev = "v${version}"; rev = "v${version}";
sha256 = "0mwg6b2y3wfpvgxb9lznwblb3bnrayn858nc4fbbg76zdp5bk5ky"; sha256 = "1js7hq7zx5kj99brffrfaaah283ydkffmmrzsxv4mkd3nnd6rykk";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://openrazer.github.io/"; homepage = "https://openrazer.github.io/";