Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c1ef96ebdbd1
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7d829c1f6876
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 17, 2018

  1. lighttpd: 1.4.49 -> 1.4.50

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/lighttpd/versions.
    
    (cherry picked from commit 6e1d3cb)
    
    Fix trivial conflict from commit 57bccb3
    ("treewide: http -> https sources (#42676)") on master branch.
    R. RyanTM authored and bjornfor committed Aug 17, 2018

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    7d829c1 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/http/lighttpd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/http/lighttpd/default.nix
Original file line number Diff line number Diff line change
@@ -9,11 +9,11 @@ assert enableMysql -> mysql != null;
assert enableLdap -> openldap != null;

stdenv.mkDerivation rec {
name = "lighttpd-1.4.49";
name = "lighttpd-1.4.50";

src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "02ff77cpvy1006cwfym38vf78xm18plyj636ll74r7kx2bblkpxf";
sha256 = "1sr9avcnld22a5wl5s8vgrz8r86mybggm9z8zwabqz48v0986dr9";
};

nativeBuildInputs = [ pkgconfig ];