Skip to content

Commit 3839e50

Browse files
authored
cloudflare-dynamic-dns: 4.3.11 -> 4.3.12 (#366495)
2 parents 4a5dda0 + 7c746b4 commit 3839e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cloudflare-dynamic-dns/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "cloudflare-dynamic-dns";
10-
version = "4.3.11";
10+
version = "4.3.12";
1111

1212
src = fetchFromGitHub {
1313
owner = "zebradil";
1414
repo = "cloudflare-dynamic-dns";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-gnTfzlqJ80zTvXLOXT/HTDS/oxBU5D22N4mNtGAEn7o=";
16+
hash = "sha256-28fIxwQmM9Lmu5Ak31+5/zw/syYwBDnQDZ0CYfmMR+U=";
1717
};
1818

19-
vendorHash = "sha256-qahW01gSeWaTtot2zQ6R3T3ypgUsOO5R4OHvxq1+7mk=";
19+
vendorHash = "sha256-ie5/9qChgEWXKPqhbJzOalKPxTBr4UN9exxvfB8/HrQ=";
2020

2121
subPackages = ".";
2222

0 commit comments

Comments
 (0)