File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/dn/dnscontrol Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments