coredns: 1.8.6 -> 1.9.0

This commit is contained in:
R. Ryantm 2022-02-11 06:04:23 +00:00 committed by Jonathan Ringer
parent 5c38d3cd07
commit 353338bfb0

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "coredns"; pname = "coredns";
version = "1.8.6"; version = "1.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "coredns"; owner = "coredns";
repo = "coredns"; repo = "coredns";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0R/HqwZA/ZK9f0i01anIjwnW0JCfsbQpTBMF68CNRUI="; sha256 = "sha256-8IYJxb+HssS2xTboBRo3lz9czklt/Sn098ATlDaO7Gs=";
}; };
vendorSha256 = "sha256-MiTg1GHeqNJcQSaqWXW/nW4ZdNzoLTgNlLbbn1bm7aA="; vendorSha256 = "sha256-Vxs+k4WF55xwjgdlW/1NM4NWnYqj2EOLOONflj+BoY4=";
doCheck = false; doCheck = false;