Skip to content

Commit

Permalink
knot-dns: 2.3.3 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jan 19, 2017
1 parent 7f2769f commit 64b7f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Expand Up @@ -4,11 +4,11 @@
# Note: ATM only the libraries have been tested in nixpkgs.
stdenv.mkDerivation rec {
name = "knot-dns-${version}";
version = "2.3.3";
version = "2.4.0";

src = fetchurl {
url = "http://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "a929bce3b957a81776b1db7b43b0e4473339bf16be8dbba5abb4b0593bf43c94";
sha256 = "0y9nhp9lfmxv4iy1xg7l4lfxv4168qhag26wwg0dbi0zjpkd790b";
};

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

0 comments on commit 64b7f09

Please sign in to comment.