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

lux: 0.17.2 -> 0.18.0
This commit is contained in:
Nick Cao 2023-04-24 09:30:23 +08:00 committed by GitHub
commit f7a2e0e7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "lux";
version = "0.17.2";
version = "0.18.0";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
sha256 = "sha256-bEfDZkbASGQcx6IT5m1oy42maEJp8ElMC4uvjPwJbDU=";
sha256 = "sha256-A3DDKpoaZlDUpafAGs5zCknhTeCuwMPnyBHtxke0Bi8=";
};
nativeBuildInputs = [ makeWrapper ];
vendorHash = "sha256-7WgTRnt1RsoMattIiYH2GFlQF12zoWTRkm3vts07/ho=";
vendorHash = "sha256-7wgGJYiIsVTRSuSb4a9LgYCkkayGhNMKqcIKoDxMuAM=";
ldflags = [ "-s" "-w" ];