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

Commits on Sep 10, 2020

  1. nextdns: 1.7.1 -> 1.8.3

    pnelson committed Sep 10, 2020
    Copy the full SHA
    c36dabd View commit details

Commits on Sep 11, 2020

  1. Merge pull request #97701 from pnelson/nextdns-1.8.3

    nextdns: 1.7.1 -> 1.8.3
    marsam authored Sep 11, 2020
    Copy the full SHA
    9e7d5d9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/nextdns/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/nextdns/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

buildGoModule rec {
pname = "nextdns";
version = "1.7.1";
version = "1.8.3";

src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "001swxmf7ga2g0ri3gsnwvgjcarwdhfg476ymblg34kk9wclidmy";
sha256 = "1bl6ky258hnai4v7d0gskn6nf5sdsc3xlwl959iwzqhpp0j3q9xg";
};

vendorSha256 = "09whpzsn16znyrknfm5zlhla253r69j6d751czza4c83m4r36swj";