knot-resolver: maintenance 1.3.1 -> 1.3.2

This commit is contained in:
Vladimír Čunát 2017-07-28 15:12:23 +02:00
parent 69c67371db
commit 62e4e3301b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ let
in
stdenv.mkDerivation rec {
name = "knot-resolver-${version}";
version = "1.3.1";
version = "1.3.2";
src = fetchurl {
url = "http://secure.nic.cz/files/knot-resolver/${name}.tar.xz";
sha256 = "cc9631fe1a92628e81e74b324a7f70c0b29840d426de05d7d045fdf85ab01117";
sha256 = "846b7496cb6273b831fd52eca09078c0454b06a8a6b792e2125c7b6818246edb";
};
outputs = [ "out" "dev" ];