Skip to content

Commit a36653d

Browse files
authored
Merge pull request #315617 from r-ryantm/auto-update/ddns-go
ddns-go: 6.6.0 -> 6.6.1
2 parents 3070117 + 2642a7e commit a36653d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/networking/ddns-go/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildGoModule rec {
77
pname = "ddns-go";
8-
version = "6.6.0";
8+
version = "6.6.1";
99

1010
src = fetchFromGitHub {
1111
owner = "jeessy2";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-Id6MXY78S5Rw4Qlmnr/66qnBG95XNcZ6exsyI01zUxo=";
14+
hash = "sha256-dlKglwjQj8o48ao5aFmV9oZEIm3Jdt4+7uFkGclSgOs=";
1515
};
1616

1717
vendorHash = "sha256-J18JTLUvUaZDp1/65iJJp4oVSNOsENrMghJVP40ITOo=";

0 commit comments

Comments
 (0)