Unverified Commit 29639f61 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #231442 from SuperSandro2000/dnscontrol

dnscontrol: 3.31.3 -> 3.31.4
parents 64ef58cf 3814f919
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "dnscontrol";
  version = "3.31.3";
  version = "3.31.4";

  src = fetchFromGitHub {
    owner = "StackExchange";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-jGM/Of5/wSMs7cedbGmgJC05gxxHOCAjjEZ2Qmlxgew=";
    sha256 = "sha256-BHsvw4X8HWxAACq+4/rR/XHjVVt0qmAxYETDyp1Z/cg=";
  };

  vendorHash = "sha256-N7KS48Kr9SipliZ9JhMo2u9pRoE8+pxhC8B/YcZlNyg=";