We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59b5667 + 6422b8d commit 38b037cCopy full SHA for 38b037c
pkgs/by-name/dn/dnscontrol/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "dnscontrol";
12
- version = "4.15.5";
+ version = "4.16.0";
13
14
src = fetchFromGitHub {
15
owner = "StackExchange";
16
repo = "dnscontrol";
17
- rev = "v${version}";
18
- hash = "sha256-pb2r9XBQmS1pcCV9qBzGEPLfIgMaOFLh+5oW6Wks/sc=";
+ tag = "v${version}";
+ hash = "sha256-yFBKDb4XdCw5en/VN5IP8iCTdSRMqATVR8vV3G1gHJQ=";
19
};
20
21
- vendorHash = "sha256-x/FxspmR89Q2yZI0sP1D9OVUFEjMlpT/0IPusy5zHuo=";
+ vendorHash = "sha256-4LDH1mJE0SJFvHYT14uCcgzy5CQ61V2gj1SfyHLEQXY=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments