Skip to content

Commit b2774b3

Browse files
1 parent e44b3a9 commit b2774b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
lib,
3-
buildGoModule,
3+
buildGo125Module,
44
fetchFromGitHub,
55
installShellFiles,
66
testers,
77
dnscontrol,
88
}:
99

10-
buildGoModule rec {
10+
buildGo125Module rec {
1111
pname = "dnscontrol";
12-
version = "4.23.0";
12+
version = "4.24.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "StackExchange";
1616
repo = "dnscontrol";
1717
tag = "v${version}";
18-
hash = "sha256-Jaa+geO2836kQHTRhaQru367iQvqac6sgnpL9244dkw=";
18+
hash = "sha256-DAH6XpRZz6KnkUYcQVWqLc3GP//dgojYH5AUvJ/X7v8=";
1919
};
2020

21-
vendorHash = "sha256-PbOqi9vfz46lwoP3aUPl/JKDJtYYF7IwnN9lppZ8KYA=";
21+
vendorHash = "sha256-lY4E0ediBPsOXL/1KKu0QeYC0llswzYYV4JvtxMQ+PE=";
2222

2323
nativeBuildInputs = [ installShellFiles ];
2424

0 commit comments

Comments
 (0)