nextdns: 1.36.0 -> 1.37.2

This commit is contained in:
R. RyanTM
2021-09-15 10:54:21 +09:00
committed by Raphael Megzari
parent 964b74f6b4
commit 2383775620
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nextdns";
version = "1.36.0";
version = "1.37.2";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-aYWnopMRN0CDFpiWymhFT+f7vbKaP2HpjekVIr2rsME=";
sha256 = "sha256-R0n/wRCaQ8WvQer3bBLUmOdIojtfjXU0bs0pTn7L0lc=";
};
vendorSha256 = "sha256-YZm+DUrH+1xdJrGjmlajbcsnqVODVbZKivVjmqZ2e48=";