We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 672171b commit 6943cd3Copy full SHA for 6943cd3
pkgs/servers/http/darkhttpd/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "darkhttpd-${version}";
5
- version = "1.11";
+ version = "1.12";
6
7
src = fetchurl {
8
url = "https://unix4lyfe.org/darkhttpd/${name}.tar.bz2";
9
- sha256 = "0lbcv6pa82md0gqyyskxndf8hm58y76nrnkanc831ia3vm529bdg";
+ sha256 = "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155";
10
};
11
12
installPhase = ''
0 commit comments