summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-12 09:23:21 -0400
committerGitHub <noreply@github.com>2023-05-12 09:23:21 -0400
commit29639f61d81940041b4310f96e2e6265e3a57927 (patch)
tree46483589c4c17cfff477d8866d8018d3da7b04b7
parent64ef58cf89d1a84fa9e84287365cbcef7891abc6 (diff)
parent3814f919d27e07b6e283f0241e3c67467a5a5806 (diff)
Merge pull request #231442 from SuperSandro2000/dnscontrol
dnscontrol: 3.31.3 -> 3.31.4
-rw-r--r--pkgs/applications/networking/dnscontrol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/dnscontrol/default.nix b/pkgs/applications/networking/dnscontrol/default.nix
index 36f66d3559ba..47891ef355bb 100644
--- a/pkgs/applications/networking/dnscontrol/default.nix
+++ b/pkgs/applications/networking/dnscontrol/default.nix
@@ -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=";