3
0
Fork 0
forked from mirrors/nixpkgs

openrazer: 2.7.0 -> 2.8.0

This commit is contained in:
Evan Stoll 2020-07-16 10:53:00 -04:00
parent bab982e5ec
commit 8796d0be6d

View file

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