lux: 0.18.0 -> 0.19.0

This commit is contained in:
R. Ryantm 2023-07-09 23:55:47 +00:00
parent 2b356dae62
commit d6a0a46627

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