Merge pull request #199135 from jojosch/dnsdist-update

dnsdist: 1.7.2 -> 1.7.3
This commit is contained in:
Artturi 2023-02-03 02:29:49 +02:00 committed by GitHub
commit 4554582f2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "dnsdist";
version = "1.7.2";
version = "1.7.3";
src = fetchurl {
url = "https://downloads.powerdns.com/releases/dnsdist-${version}.tar.bz2";
hash = "sha256-UkvSuwWqLgWYKpca6FEPKBIwOrRIajhhtiIS0GsRJ80=";
hash = "sha256-fq9vrC8mVlxdhljUKiE3meBfTTvGjnxxbnF030ExWIY=";
};
patches = [