about summary refs log tree commit diff
path: root/pkgs/applications/networking/dnscontrol
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2023-11-21 13:58:17 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-11-21 14:02:34 +0100
commit8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246 (patch)
tree49b3bd85d28c7af32a4d40c285ef56c0b55c23b6 /pkgs/applications/networking/dnscontrol
parent0d42e5bc5f30352bcf5fc1142dfe9974e0ed055c (diff)
downloadnixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar.gz
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar.bz2
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar.lz
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar.xz
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.tar.zst
nixlib-8c42d6ecfed2b9cdf1bc00221ed7a5401eefb246.zip
dnscontrol: 4.6.0 -> 4.6.1, remove inactive maintainer
Diff: https://github.com/StackExchange/dnscontrol/compare/v4.6.0...v4.6.1

Changelog: https://github.com/StackExchange/dnscontrol/releases/tag/v4.6.1
Diffstat (limited to 'pkgs/applications/networking/dnscontrol')
-rw-r--r--pkgs/applications/networking/dnscontrol/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/dnscontrol/default.nix b/pkgs/applications/networking/dnscontrol/default.nix
index e9b43a6aa1a8..826be33128a1 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.6.0";
+  version = "4.6.1";
 
   src = fetchFromGitHub {
     owner = "StackExchange";
-    repo = pname;
+    repo = "dnscontrol";
     rev = "v${version}";
-    sha256 = "sha256-CyQKQNuCJLtm73ngrGtUmVUfiseXEp2fcKVGvQ1ET5A=";
+    sha256 = "sha256-FJxr3uq2f8jDG3g06SRO8sTIc6qHqSAOJVYHr4Ug1ag=";
   };
 
-  vendorHash = "sha256-Q8Xw2vuxiYpkY0/gQlUVWO7WQszv2x1cvbV03Wi1GNg=";
+  vendorHash = "sha256-O7uuUkS9kX0TdevSg1mrrPMVl4kMZW3rwoIVb/eaNiM=";
 
   subPackages = [ "." ];
 
@@ -27,7 +27,7 @@ buildGoModule rec {
     homepage = "https://dnscontrol.org/";
     changelog = "https://github.com/StackExchange/dnscontrol/releases/tag/${src.rev}";
     license = licenses.mit;
-    maintainers = with maintainers; [ mmahut SuperSandro2000 ];
+    maintainers = with maintainers; [ SuperSandro2000 ];
     mainProgram = "dnscontrol";
   };
 }