Unverified Commit deb15ac7 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

dnscontrol: 4.24.0 -> 4.25.0 (#443413)

parents ae5cb5dd 40e003d0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGo125Module rec {
  pname = "dnscontrol";
  version = "4.24.0";
  version = "4.25.0";

  src = fetchFromGitHub {
    owner = "StackExchange";
    repo = "dnscontrol";
    tag = "v${version}";
    hash = "sha256-DAH6XpRZz6KnkUYcQVWqLc3GP//dgojYH5AUvJ/X7v8=";
    hash = "sha256-8VNo2IPchplTlI97BzsGcc6i0z7V79oHkSVtCLY8558=";
  };

  vendorHash = "sha256-lY4E0ediBPsOXL/1KKu0QeYC0llswzYYV4JvtxMQ+PE=";
  vendorHash = "sha256-Ob6TP81pnsX/uzEh0ekz+koVoC/tqC/3P4wAShnQOVc=";

  nativeBuildInputs = [ installShellFiles ];