knot-dns: 3.2.4 -> 3.2.5

https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.2.5
This commit is contained in:
Vladimír Čunát 2023-02-02 12:34:15 +01:00
parent 55fbb1d20c
commit 5bcee3f299
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.2.4";
version = "3.2.5";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "299e8de918f9fc7ecbe625b41cb085e47cdda542612efbd51cd5ec60deb9dd13";
sha256 = "c6b122e92baa179d09ba4c8ce5b0d42fb7475805f4ff9c81d5036acfaa161820";
};
outputs = [ "bin" "out" "dev" ];