Skip to content

Commit 6943cd3

Browse files
committedJul 13, 2017
darkhttpd: 1.11 -> 1.12
1 parent 672171b commit 6943cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/http/darkhttpd/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "darkhttpd-${version}";
5-
version = "1.11";
5+
version = "1.12";
66

77
src = fetchurl {
88
url = "https://unix4lyfe.org/darkhttpd/${name}.tar.bz2";
9-
sha256 = "0lbcv6pa82md0gqyyskxndf8hm58y76nrnkanc831ia3vm529bdg";
9+
sha256 = "0185wlyx4iqiwfigp1zvql14zw7gxfacncii3d15yaxk4av1f155";
1010
};
1111

1212
installPhase = ''

0 commit comments

Comments
 (0)