checkip: 0.24.5 -> 0.35.2

This commit is contained in:
R. Ryantm 2022-04-22 08:47:09 +00:00
parent eed6535791
commit ebbffb62ee

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.24.5";
version = "0.35.2";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/sTagdlWU6hU3TTeJcZ8WK4TqmvxgUbC5eLBz2FH6Jo=";
sha256 = "sha256-O6jVedVwzC575s7LS0gx1t6mUizQGv4Gcqra57vXX+w=";
};
vendorSha256 = "sha256-NHu1hZFPT2k8izrvvz7w0vlVe/nKH0nS4oXUGS8CWcc=";