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: 18b92aa13bcb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f7e30c4b46ed
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 17, 2019

  1. nsd: 4.1.27 -> 4.2.0

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/nsd/versions
    r-ryantm committed Jun 17, 2019
    Copy the full SHA
    81b311c View commit details

Commits on Jun 20, 2019

  1. Merge pull request #63313 from r-ryantm/auto-update/nsd

    nsd: 4.1.27 -> 4.2.0
    marsam authored Jun 20, 2019
    Copy the full SHA
    f7e30c4 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dns/nsd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dns/nsd/default.nix
Original file line number Diff line number Diff line change
@@ -15,11 +15,11 @@
}:

stdenv.mkDerivation rec {
name = "nsd-4.1.27";
name = "nsd-4.2.0";

src = fetchurl {
url = "https://www.nlnetlabs.nl/downloads/nsd/${name}.tar.gz";
sha256 = "1sjfbwr4vq25304hr9vmd9j821g2vzv8lpy95hpsravc80q5zaqv";
sha256 = "0k57xl3ybdnqjqw9a3dmi7l6qmhkiic6wsghkz08ir809aj1rpsi";
};

prePatch = ''