Skip to content

Commit

Permalink
knot-dns: quick bugfix 2.5.0 -> 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jun 7, 2017
1 parent e249d6e commit db0235c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ let inherit (stdenv.lib) optional optionals; in
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.5.0";
version = "2.5.1";

src = fetchurl {
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "1x293cyp10c84hvcnaqpf2s6kyma08l380858l0isy19n074zaiw";
sha256 = "1643q2pj5sjhgv19jp8r2bhvqyk6mmlajdmr6qhjcbhql30cs23c";
};

outputs = [ "bin" "out" "dev" ];
Expand Down

0 comments on commit db0235c

Please sign in to comment.