summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-21 16:57:19 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-10-21 17:15:18 +0200
commitf15420b0fe28e35a18aab348bbccdecef19e58c8 (patch)
treee73ae53e702d5b0db02cea1a3cbd8e289ccc6d96 /pkgs/servers/http
parent3bf3d1975922b8956565e10ccc5f4caea0fdbcf6 (diff)
downloadnixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar.gz
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar.bz2
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar.lz
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar.xz
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.tar.zst
nixlib-f15420b0fe28e35a18aab348bbccdecef19e58c8.zip
thttpd: Fix SHA256 of the upstream tarball.
It's a bit unfortunate to see this, but while looking online to download
the old version of the file I found that MacPorts and FreeBSD had the
same issue:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199562

I've checked the diff as well and found no big functional changes,
except a function rename, copyright updates and changed syslog
priorities:

https://bz-attachments.freebsd.org/attachment.cgi?id=155775

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/thttpd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/thttpd/default.nix b/pkgs/servers/http/thttpd/default.nix
index 53a7f916c9ac..706911aeef15 100644
--- a/pkgs/servers/http/thttpd/default.nix
+++ b/pkgs/servers/http/thttpd/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://acme.com/software/thttpd/${name}.tar.gz";
-    sha256 = "1dybhpyfrly0m285cdn9jah397bqzylrwzi26gin2h451z3gdcqm";
+    sha256 = "1idlpnwrd5fpmnfh477h1lzanavx8jxir2d8adax46zy472dg4s6";
   };
 
   prePatch = ''