lux: 0.22.0 -> 0.23.0

This commit is contained in:
R. Ryantm 2024-02-21 07:17:08 +00:00
parent 79597053be
commit 2c0e5010c7

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "lux";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
hash = "sha256-v74+Ykz9aro1x+9psg2LnuodKE2/pCw9knZop0etQOg=";
hash = "sha256-lZrsrBO3sAn4wAMMgxrVwky7HmKxnQQcLe1POYTAmoE=";
};
nativeBuildInputs = [ makeWrapper ];