Merge pull request #136173 from alyssais/openrazer

openrazer-daemon,linuxPackages.openrazer: 3.0.1 -> 3.1.0
This commit is contained in:
Sandro 2021-09-11 22:06:57 +02:00 committed by GitHub
commit cf1f885e94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib
, fetchFromGitHub
}: rec {
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "openrazer";
repo = "openrazer";
rev = "v${version}";
sha256 = "sha256-ptB0jP0kp1Liynkfz0B0OMw6xNQG1s8IvxhgNAdEytM=";
sha256 = "133szhi0xsfbnjw47xbvyidflxd8fp7pv78vk5wf9s5ch3hpnvxs";
};
meta = with lib; {
homepage = "https://openrazer.github.io/";