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 e8269ed + 313b879 commit b2d0e3aCopy full SHA for b2d0e3a
pkgs/by-name/dn/dnscontrol/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "dnscontrol";
12
- version = "4.15.2";
+ version = "4.15.3";
13
14
src = fetchFromGitHub {
15
owner = "StackExchange";
16
repo = "dnscontrol";
17
rev = "v${version}";
18
- hash = "sha256-/bYu/zOwWTgLx7vexp/V8+llaVoioQLiQdSHV9w5Qug=";
+ hash = "sha256-0vg3y/bUp5BTFhJbIdohvuj1DNu9bykDwMM3bWnKvNU=";
19
};
20
21
- vendorHash = "sha256-lfefR0NjeQEYIl1GyjzfsNJgdDGO/ULZtIhleL3CyC8=";
+ vendorHash = "sha256-JMi4FDgZT94KyqDR57xgp1vnP7Htdn/bksntbQdGyZ0=";
22
23
nativeBuildInputs = [ installShellFiles ];
24
0 commit comments