ndjbdns: 1.05.9 -> 1.06

This commit is contained in:
Franz Pletz 2016-07-16 21:53:15 +02:00
parent a6a0b092da
commit 8a6fce5431

View File

@ -1,11 +1,12 @@
{ stdenv, fetchurl, systemd, pkgconfig }: { stdenv, fetchurl, systemd, pkgconfig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.05.9"; version = "1.06";
name = "ndjbdns-${version}"; name = "ndjbdns-${version}";
src = fetchurl { src = fetchurl {
url = "http://pjp.dgplug.org/ndjbdns/${name}.tar.gz"; url = "http://pjp.dgplug.org/ndjbdns/${name}.tar.gz";
sha256 = "0gf3hlmr6grcn6dzflf83lqqfp6hk3ldhbc7z0a1rrh059m93ap5"; sha256 = "09qi5a9abqm08iqmxj74fzzq9x1w5lzr1jlbzj2hl8hz0g2sgraw";
}; };
buildInputs = [ pkgconfig systemd ]; buildInputs = [ pkgconfig systemd ];
@ -21,4 +22,4 @@ stdenv.mkDerivation rec {
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }