Unverified Commit 24ab6189 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

coredns: 1.12.2 -> 1.13.1 (#458278)

parents 76cee7c1 80aaab73
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  installShellFiles,
  nixosTests,
  externalPlugins ? [ ],
  vendorHash ? "sha256-Es3xy8NVDo7Xgu32jJa4lhYWGa5hJnRyDKFYQqB3aBY=",
  vendorHash ? "sha256-pU8INVCKjYfAFOeobM7N1XCMHod7Kz0N5NKwpMpA2lU=",
}:

let
@@ -14,13 +14,13 @@ let
in
buildGoModule (finalAttrs: {
  pname = "coredns";
  version = "1.12.2";
  version = "1.13.1";

  src = fetchFromGitHub {
    owner = "coredns";
    repo = "coredns";
    tag = "v${finalAttrs.version}";
    hash = "sha256-P4GhWrEACR1ZhNhGAoXWvNXYlpwnm2dz6Ggqv72zYog=";
    hash = "sha256-rWa4xjHRREoMtvPqW6ZP6Ym9qNTa0l8Opd15FsmxraI=";
  };

  inherit vendorHash;