Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e592c3d36c23
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7474d9c3bfc4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 21, 2019

  1. bind: 9.14.6 -> 9.14.7

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/bind/versions
    r-ryantm committed Oct 21, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    JeanMertz Jean Mertz
    Copy the full SHA
    0060782 View commit details
  2. Merge pull request #71491 from r-ryantm/auto-update/bind

    bind: 9.14.6 -> 9.14.7
    globin authored Oct 21, 2019
    Copy the full SHA
    7474d9c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dns/bind/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dns/bind/default.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@ assert enablePython -> python3 != null;

stdenv.mkDerivation rec {
pname = "bind";
version = "9.14.6";
version = "9.14.7";

src = fetchurl {
url = "https://ftp.isc.org/isc/bind9/${version}/${pname}-${version}.tar.gz";
sha256 = "1zpd47ckn5lf4qbscfkj7krngwn2gwsp961v5401h3lhxm0a0rw9";
sha256 = "07998nx0yv3xy8c62b1ira9qygsgvpljwcgb47ypzxq8b57gb86f";
};

outputs = [ "out" "lib" "dev" "man" "dnsutils" "host" ];