dnsdist: 1.3.0 -> 1.3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dnsdist/versions.
This commit is contained in:
parent
2698bb461f
commit
b067f54661
|
@ -2,11 +2,11 @@
|
||||||
, boost, libsodium, libedit, re2
|
, boost, libsodium, libedit, re2
|
||||||
, net_snmp, lua, protobuf, openssl }: stdenv.mkDerivation rec {
|
, net_snmp, lua, protobuf, openssl }: stdenv.mkDerivation rec {
|
||||||
name = "dnsdist-${version}";
|
name = "dnsdist-${version}";
|
||||||
version = "1.3.0";
|
version = "1.3.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
|
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
|
||||||
sha256 = "025sgvpi3ps0n4mzfwkk6a5ang90a3c7s2fi9vni6jj0p16wsrxa";
|
sha256 = "1i3b1vpk9a8zbx9aby2s1ckkzhlvzgn11hcgj3b8x2j1b9771rqb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue