Merge pull request #242549 from r-ryantm/auto-update/lux

lux: 0.18.0 -> 0.19.0
This commit is contained in:
figsoda 2023-07-09 22:09:33 -04:00 committed by GitHub
commit ce2b16b597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildGoModule rec {
pname = "lux";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
sha256 = "sha256-A3DDKpoaZlDUpafAGs5zCknhTeCuwMPnyBHtxke0Bi8=";
sha256 = "sha256-klm1985qBErFfYIWPjr1/n6nYr/jA9dbrDMfw4bf1tM=";
};
nativeBuildInputs = [ makeWrapper ];