about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-25 08:40:44 -0500
committerGitHub <noreply@github.com>2023-10-25 08:40:44 -0500
commit643c451084a4a44c2ae0d7b4e0ff08cf8edb7f17 (patch)
tree756605be4ae62b56b2ccc3db17ee95e054bed536 /pkgs/applications
parentf95371c3f428dabeb08baa4e83bd36796bdb31dc (diff)
parentab441c0ca8a6e2b302f34f7e9008c0d2a56bf440 (diff)
Merge pull request #263303 from SuperSandro2000/dnscontrol
dnscontrol: 4.4.1 -> 4.6.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/dnscontrol/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/dnscontrol/default.nix b/pkgs/applications/networking/dnscontrol/default.nix
index 83544b7f9a27b..e9b43a6aa1a8a 100644
--- a/pkgs/applications/networking/dnscontrol/default.nix
+++ b/pkgs/applications/networking/dnscontrol/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "dnscontrol";
-  version = "4.4.1";
+  version = "4.6.0";
 
   src = fetchFromGitHub {
     owner = "StackExchange";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+4TQAtqM1ruhv3W1SBHAd1WVJKa7dvGLHlxVqazc+uk=";
+    sha256 = "sha256-CyQKQNuCJLtm73ngrGtUmVUfiseXEp2fcKVGvQ1ET5A=";
   };
 
-  vendorHash = "sha256-3aGdn6Gp+N/a+o9dl4h0oIOnYhtu4oZuBF6X/HKjQOI=";
+  vendorHash = "sha256-Q8Xw2vuxiYpkY0/gQlUVWO7WQszv2x1cvbV03Wi1GNg=";
 
   subPackages = [ "." ];