lol

Merge pull request #252594 from r-ryantm/auto-update/pdns-recursor

pdns-recursor: 4.9.0 -> 4.9.1

authored by

Michele Guerini Rocco and committed by
GitHub
e919958b c7bb13c6

+2 -2
+2 -2
pkgs/servers/dns/pdns-recursor/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "pdns-recursor"; 8 - version = "4.9.0"; 8 + version = "4.9.1"; 9 9 10 10 src = fetchurl { 11 11 url = "https://downloads.powerdns.com/releases/pdns-recursor-${version}.tar.bz2"; 12 - sha256 = "sha256-028WKEPjZ2RqZhp4XKC+zem2hVKFW/QFMq66+hA5ZvM="; 12 + sha256 = "sha256-Ch7cE+jyvWYfOeMWOH2UHiLeagO4p6L8Zi/fi5Quor4="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config ];