Commit 5b5017d5 authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

lighttpd: 1.4.78 -> 1.4.79

parent bb937293
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@

stdenv.mkDerivation rec {
  pname = "lighttpd";
  version = "1.4.78";
  version = "1.4.79";

  src = fetchurl {
    url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
    sha256 = "sha256-PAc56Lx1yen8HPqJ4cME3UsOSruHrcZGodILxqLbKj4=";
    sha256 = "sha256-OymmJbOtiHAtH+pPX0K7fYdIjy5O/Jd9fxhTKcpghL0=";
  };

  separateDebugInfo = true;