3
0
Fork 0
forked from mirrors/nixpkgs

checkip: 0.40.4 -> 0.41.0

This commit is contained in:
R. Ryantm 2022-10-14 23:02:50 +00:00 committed by Bobby Rong
parent 2d586d0533
commit caa50503ca

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.40.4";
version = "0.41.0";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KGRcHtrmgUN7yi6SmJuckFOUec0Bhgz0iL6AUgdCWVw=";
sha256 = "sha256-n8dKt18Ak+H+6NKMamUaeuaPKylOxFWrLAjMg5iqEdk=";
};
vendorSha256 = "sha256-bFhSMjm9rqUUbCV9keeXm+yhzQMKrYKs1DbCt53J8aM=";