nextdns: 1.35.0 -> 1.36.0

This commit is contained in:
R. RyanTM 2021-08-25 09:23:09 +00:00 committed by Raphael Megzari
parent 372b7ce697
commit 491f953ce5

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "nextdns";
version = "1.35.0";
version = "1.36.0";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-AWbUtzh1kJayhg/ssJUqUX4ywIV2Oy1BgTorhb+x3Vg=";
sha256 = "sha256-aYWnopMRN0CDFpiWymhFT+f7vbKaP2HpjekVIr2rsME=";
};
vendorSha256 = "sha256-EEDRJj5Iaglk0Y86XL/U512OjipBNJzcAv8Tb09a0g0=";
vendorSha256 = "sha256-YZm+DUrH+1xdJrGjmlajbcsnqVODVbZKivVjmqZ2e48=";
doCheck = false;