Unverified Commit a303f8c7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #212770 from SuperSandro2000/dnscontrol

dnscontrol: 3.24.0 -> 3.25.0
parents 9d2f5b32 d04c58a1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "dnscontrol";
  version = "3.24.0";
  version = "3.25.0";

  src = fetchFromGitHub {
    owner = "StackExchange";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-+fOcFu52f2PiynF0B8r3zAW/ANypXx9inLnf4ZtwI2M=";
    sha256 = "sha256-XH9o1DTwG5ne5TZDgsS4HfC5WqLXc16JtjkKQtiE8z0=";
  };

  vendorSha256 = "sha256-+43UegjFjh86vXjH1A4jbORk8xTDZaJRc41RhFPcESk=";
  vendorSha256 = "sha256-iVyLNPvmzkI46Cp0SgbxK6xIQspJjpYjqPf3mOMoZvU=";

  ldflags = [ "-s" "-w" ];