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

lux: 0.24.0 -> 0.24.1
This commit is contained in:
Weijia Wang 2024-05-12 21:09:15 +02:00 committed by GitHub
commit 22f8607a72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "lux";
version = "0.24.0";
version = "0.24.1";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
hash = "sha256-FwHoxTcEr0u7GPSdl1A8gsx9GCb9QuD/5ospaPOxZrI=";
hash = "sha256-3d8EQ7GzufZvMfjHbVMdpuGE+vPdSir4diSnB29v0sw=";
};
nativeBuildInputs = [ makeWrapper ];