Merge pull request #185902 from NickCao/knot

This commit is contained in:
Martin Weinelt 2022-08-10 22:54:24 +02:00 committed by GitHub
commit 4853dbb55b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.1.8";
version = "3.1.9";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "767e458a56277a1270b359294c3be6c63fd734884d62a045e01756a46507aa94";
sha256 = "sha256-s8pPHUROlf8n0gltPMWkfBDB1poeSIWuipcngfYnnYI=";
};
outputs = [ "bin" "out" "dev" ];