Unverified Commit e54da811 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

lux: 0.23.0 -> 0.24.0
parents 6a460466 25ee61a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"