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
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"