Merge pull request #245676 from vcunat/p/knot-dns_bump

knot-dns: 3.2.8 -> 3.2.9
This commit is contained in:
Nick Cao 2023-07-27 03:50:31 -06:00 committed by GitHub
commit ad3363b942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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