Skip to content

Commit 8263d6e

Browse files
dnscontrol: 3.2.0 -> 3.3.0
1 parent 31a4fd2 commit 8263d6e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pkgs/applications/networking/dnscontrol/default.nix

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
{ stdenv, fetchFromGitHub, buildGoPackage}:
1+
{ stdenv, fetchFromGitHub, buildGoModule }:
22

3-
buildGoPackage rec {
3+
buildGoModule rec {
44
pname = "dnscontrol";
5-
version = "3.2.0";
6-
7-
goPackagePath = "github.com/StackExchange/dnscontrol";
5+
version = "3.3.0";
86

97
src = fetchFromGitHub {
108
owner = "StackExchange";
119
repo = pname;
1210
rev = "v${version}";
13-
sha256 = "1lrn1whmx9zkyvs505zxrsmnr5s6kpj3kjkr6rblfwdlnadkgfj7";
11+
sha256 = "0lldkx906imwm8mxcfafpanbgaqh0sdm3zdkwkn7j0nmngyncx9p";
1412
};
1513

16-
subPackages = [ "." ];
14+
vendorSha256 = "16cc6hb2iwh1zwrrnb7s4dqxqhaj67gq3gfr5xvh5kqafd685hvx";
1715

1816
meta = with stdenv.lib; {
1917
description = "Synchronize your DNS to multiple providers from a simple DSL";

0 commit comments

Comments
 (0)