Skip to content

Commit

Permalink
mini-httpd: update to version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Mar 28, 2013
1 parent 229616d commit 171425c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/mini-httpd/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, boostHeaders }:

stdenv.mkDerivation rec {
name = "mini-httpd-1.3";
name = "mini-httpd-1.4";

src = fetchurl {
url = "mirror://savannah/mini-httpd/${name}.tar.gz";
sha256 = "16n33hyp3fcjvd71yrny3ym3kqvxr1jy2hh9wgf6b7zjri3gfak3";
sha256 = "1i46klkx2ca1cgmlilajkx8gf7b7d7c2sj58llxfllh184pb6cpd";
};

buildInputs = [ boostHeaders ];
Expand Down

0 comments on commit 171425c

Please sign in to comment.