lux: 0.17.2 -> 0.18.0

This commit is contained in:
R. Ryantm 2023-04-23 14:14:33 +00:00
parent de4e75a79b
commit 45bc53cb52

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" ];