lux: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm 2024-04-22 04:15:38 +00:00
parent cbb7ae70a1
commit 25ee61a4b4

View File

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