Skip to content

Commit

Permalink
lighttpd: 1.4.66 -> 1.4.67
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed Sep 21, 2022
1 parent 6dd37d2 commit c4bb531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/lighttpd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
pname = "lighttpd";
version = "1.4.66";
version = "1.4.67";

src = fetchurl {
url = "https://download.lighttpd.net/lighttpd/releases-${lib.versions.majorMinor version}.x/${pname}-${version}.tar.xz";
sha256 = "sha256-R6xuYCcaoBluZUctAtAZVW3HxtCd87Zd8sGraGY0jjs=";
sha256 = "sha256-fgTXZ/UajYJLMuJIPvKVCYKSDUJ9EnLvRmf0nW+J81g=";
};

postPatch = ''
Expand Down

0 comments on commit c4bb531

Please sign in to comment.