Merge pull request #97701 from pnelson/nextdns-1.8.3

nextdns: 1.7.1 -> 1.8.3
This commit is contained in:
Mario Rodas 2020-09-10 23:35:01 -05:00 committed by GitHub
commit 9e7d5d9af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";