mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
knot-dns: 3.1.9 -> 3.2.0
This version brings various XDP-related features and improvements (namely QUIC and TCP) and many more: https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.0
This commit is contained in:
parent
8076608205
commit
4d9bdff825
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "knot-dns";
|
||||
version = "3.1.9";
|
||||
version = "3.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
|
||||
sha256 = "sha256-s8pPHUROlf8n0gltPMWkfBDB1poeSIWuipcngfYnnYI=";
|
||||
sha256 = "426d120994daf93af348aa6c48428e583dd286656415de4daf7a59106fd98631";
|
||||
};
|
||||
|
||||
outputs = [ "bin" "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue