Commit e9c787b1 authored by R. RyanTM's avatar R. RyanTM
Browse files

lux: 0.24.0 -> 0.24.1

parent dd4070b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];