keylight-controller-mschneider82: 0.1.0 -> 0.1.1

This commit is contained in:
Aaron Jheng 2023-07-04 02:45:52 +00:00
parent def69c9afd
commit 2a79157f4e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

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