Skip to content

Commit b2d0e3a

Browse files
dnscontrol: 4.15.2 -> 4.15.3 (NixOS#371024)
2 parents e8269ed + 313b879 commit b2d0e3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

1010
buildGoModule rec {
1111
pname = "dnscontrol";
12-
version = "4.15.2";
12+
version = "4.15.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "StackExchange";
1616
repo = "dnscontrol";
1717
rev = "v${version}";
18-
hash = "sha256-/bYu/zOwWTgLx7vexp/V8+llaVoioQLiQdSHV9w5Qug=";
18+
hash = "sha256-0vg3y/bUp5BTFhJbIdohvuj1DNu9bykDwMM3bWnKvNU=";
1919
};
2020

21-
vendorHash = "sha256-lfefR0NjeQEYIl1GyjzfsNJgdDGO/ULZtIhleL3CyC8=";
21+
vendorHash = "sha256-JMi4FDgZT94KyqDR57xgp1vnP7Htdn/bksntbQdGyZ0=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)