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

lux: 0.23.0 -> 0.24.0
This commit is contained in:
Nick Cao 2024-04-22 11:31:38 -04:00 committed by GitHub
commit e54da811f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,18 +7,18 @@
buildGoModule rec {
pname = "lux";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "iawia002";
repo = "lux";
rev = "v${version}";
hash = "sha256-lZrsrBO3sAn4wAMMgxrVwky7HmKxnQQcLe1POYTAmoE=";
hash = "sha256-FwHoxTcEr0u7GPSdl1A8gsx9GCb9QuD/5ospaPOxZrI=";
};
nativeBuildInputs = [ makeWrapper ];
vendorHash = "sha256-1VZFKDoSuSUmYw7g6SwB/dXnFaw7+cGHKfgT96HaI/o=";
vendorHash = "sha256-RCZzcycUKqJgwBZZQBD1UEZCZCitpiqNpD51oKm6IvI=";
ldflags = [
"-s"