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

checkip: 0.43.0 -> 0.44.0
This commit is contained in:
Mario Rodas 2022-11-21 09:14:40 -05:00 committed by GitHub
commit 32007eb0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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