1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

knot-resolver: 5.1.2 -> 5.1.3

https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
This commit is contained in:
Vladimír Čunát 2020-09-09 08:10:16 +02:00
parent 44cb86f0d8
commit 3c45610ddd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -16,11 +16,11 @@ lua = luajitPackages;
unwrapped = stdenv.mkDerivation rec {
pname = "knot-resolver";
version = "5.1.2";
version = "5.1.3";
src = fetchurl {
url = "https://secure.nic.cz/files/knot-resolver/${pname}-${version}.tar.xz";
sha256 = "caa4f941caf39080184554fb1310f383eba4b30d9c4c2215670d6b0a2de8f836";
sha256 = "20cd829027e39a9f7d993894e3640e886825b492d9ac1a744ac5616cc101458b";
};
outputs = [ "out" "dev" ];