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

Commits on May 12, 2021

  1. Copy the full SHA
    bde27b4 View commit details
  2. Copy the full SHA
    65d6153 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/dns/knot-dns/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/dns/knot-dns/default.nix
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ let inherit (lib) optional optionals; in

stdenv.mkDerivation rec {
pname = "knot-dns";
version = "3.0.5";
version = "3.0.6";

src = fetchurl {
url = "https://secure.nic.cz/files/knot-dns/knot-${version}.tar.xz";
sha256 = "695e7d7a0abefc5a8fd01f3b3080f030f33b0948215f84cd4892c6d904390802";
sha256 = "63756ac5a00c3e4a066ed231a287faef5963a9183d77326e30bf0644cdf74f86";
};

outputs = [ "bin" "out" "dev" ];