Merge pull request #254525 from vcunat/p/knot-dns-bump

knot-dns: 3.3.0 -> 3.3.1
This commit is contained in:
Nick Cao 2023-09-11 10:18:27 -04:00 committed by GitHub
commit 5acaaa2b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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