lux: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm 2022-11-08 00:58:05 +00:00
parent 891dfb1b63
commit cacb803367

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "lux";
version = "0.15.0";
version = "0.16.0";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
sha256 = "sha256-fZR+Q0duITZq3Ynr2WTZAhDnmEkXrT2gXUlpuN0+aFo=";
sha256 = "sha256-kB625R6Qlo9sw0iz8MbaCFOjxpMyH+9ugC6JDn7L7eM=";
};
nativeBuildInputs = [ makeWrapper ];
vendorSha256 = "sha256-SHUtyfGRGriEaESo6th7gGQn6V4REdk3XT0ZlGwky7E=";
vendorSha256 = "sha256-2cH5xVz3k9PPjzoMjWch3o8VBfP4nWAvakNwZNQLOeI=";
ldflags = [ "-s" "-w" ];