Loading pkgs/servers/dns/pdns/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "pdns"; version = "4.7.2"; version = "4.7.3"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2"; hash = "sha256-TcrjXr3ASRWHLXv24tC8pLBcY1ChAKXPnCnfU7qlPOI="; hash = "sha256-i601Gy4JQm9tT7A0aIGlFV/lVUl8PYUHHlMefHr+PnY="; }; # redact configure flags from version output to reduce closure size patches = [ ./version.patch ]; Loading Loading
pkgs/servers/dns/pdns/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "pdns"; version = "4.7.2"; version = "4.7.3"; src = fetchurl { url = "https://downloads.powerdns.com/releases/pdns-${version}.tar.bz2"; hash = "sha256-TcrjXr3ASRWHLXv24tC8pLBcY1ChAKXPnCnfU7qlPOI="; hash = "sha256-i601Gy4JQm9tT7A0aIGlFV/lVUl8PYUHHlMefHr+PnY="; }; # redact configure flags from version output to reduce closure size patches = [ ./version.patch ]; Loading