Skip to content

Commit 6422b8d

Browse files
1 parent 15b06f8 commit 6422b8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/dn/dnscontrol/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildGoModule rec {
1111
pname = "dnscontrol";
12-
version = "4.15.5";
12+
version = "4.16.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "StackExchange";
1616
repo = "dnscontrol";
17-
rev = "v${version}";
18-
hash = "sha256-pb2r9XBQmS1pcCV9qBzGEPLfIgMaOFLh+5oW6Wks/sc=";
17+
tag = "v${version}";
18+
hash = "sha256-yFBKDb4XdCw5en/VN5IP8iCTdSRMqATVR8vV3G1gHJQ=";
1919
};
2020

21-
vendorHash = "sha256-x/FxspmR89Q2yZI0sP1D9OVUFEjMlpT/0IPusy5zHuo=";
21+
vendorHash = "sha256-4LDH1mJE0SJFvHYT14uCcgzy5CQ61V2gj1SfyHLEQXY=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)