We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a5dda0 + 7c746b4 commit 3839e50Copy full SHA for 3839e50
pkgs/by-name/cl/cloudflare-dynamic-dns/package.nix
@@ -7,16 +7,16 @@
7
}:
8
buildGoModule rec {
9
pname = "cloudflare-dynamic-dns";
10
- version = "4.3.11";
+ version = "4.3.12";
11
12
src = fetchFromGitHub {
13
owner = "zebradil";
14
repo = "cloudflare-dynamic-dns";
15
rev = "refs/tags/${version}";
16
- hash = "sha256-gnTfzlqJ80zTvXLOXT/HTDS/oxBU5D22N4mNtGAEn7o=";
+ hash = "sha256-28fIxwQmM9Lmu5Ak31+5/zw/syYwBDnQDZ0CYfmMR+U=";
17
};
18
19
- vendorHash = "sha256-qahW01gSeWaTtot2zQ6R3T3ypgUsOO5R4OHvxq1+7mk=";
+ vendorHash = "sha256-ie5/9qChgEWXKPqhbJzOalKPxTBr4UN9exxvfB8/HrQ=";
20
21
subPackages = ".";
22
0 commit comments