Merge pull request #241394 from aaronjheng/keylight-controller-mschneider82

keylight-controller-mschneider82: 0.1.0 -> 0.1.1
This commit is contained in:
Weijia Wang 2023-07-06 13:42:56 +03:00 committed by GitHub
commit d8146ad3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "keylight-controller-mschneider82";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitHub {
owner = "mschneider82";
repo = "keylight-control";
rev = "v${version}";
sha256 = "sha256-UZfbGihCgFBQE1oExuzCexoNgpVGwNoA9orjZ9fh4gA=";
hash = "sha256-xC/JRM8vyqAsxPpf37P3pZv6i73s+CLQt6Sh4nMxwzM=";
};
vendorSha256 = "sha256-nFttVJbEAAGsrAglMphuw0wJ2Kf8sWB4HrpVqfHO76o=";
vendorHash = "sha256-nFttVJbEAAGsrAglMphuw0wJ2Kf8sWB4HrpVqfHO76o=";
nativeBuildInputs = [
pkg-config