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

lighttpd: 1.4.77 -> 1.4.78

parent cb5734a5
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.77";
  version = "1.4.78";

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

  separateDebugInfo = true;