Merge pull request #201683 from r-ryantm/auto-update/checkip

checkip: 0.42.1 -> 0.43.0
This commit is contained in:
Fabian Affolter
2022-11-18 08:47:46 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.42.1";
version = "0.43.0";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gsb7Ah+WYD1voWYLyCqPZq0K8/6gXHaOqJlRloKlNy8=";
sha256 = "sha256-KeHITGUf0/sSYwMmwIxh9195KZiMVLb8IXI7SxeOz6A=";
};
vendorSha256 = "sha256-bFhSMjm9rqUUbCV9keeXm+yhzQMKrYKs1DbCt53J8aM=";