Merge pull request #216484 from r-ryantm/auto-update/coredns

coredns: 1.10.0 -> 1.10.1
This commit is contained in:
Weijia Wang 2023-02-16 12:41:57 +01:00 committed by GitHub
commit 2eb8408424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "coredns"; pname = "coredns";
version = "1.10.0"; version = "1.10.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "coredns"; owner = "coredns";
repo = "coredns"; repo = "coredns";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Kb4nkxuyZHJT5dqFSkqReFkN8q1uYm7wbhSIiLd8Hck="; sha256 = "sha256-/+D/jATZhHSxLPB8RkPLUYAZ3O+/9l8XIhgokXz2SUQ=";
}; };
vendorSha256 = "sha256-nyMeKmGoypDrpZHYHGjhRnjgC3tbOX/dlj96pnXrdLE="; vendorHash = "sha256-aWmwzIHScIMb3DPzr4eto2yETMgKd/hUy18X8KxQGos=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];