Unverified Commit 2b7d9e21 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

knot-dns: 3.4.4 -> 3.4.5 (#390962)

parents fd936de9 8c23be07
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@

stdenv.mkDerivation rec {
  pname = "knot-dns";
  version = "3.4.4";
  version = "3.4.5";

  src = fetchurl {
    url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
    sha256 = "sha256-59nW3pfyG/M+kHvZhqQDgCXzlIea8KX9GXhyA6w7ITE=";
    sha256 = "sha256-NZr3Cvr6fMqhhDmnwes1Jw/57s6B0HVq5MpxaxQzy0s=";
  };

  outputs = [