checkip: 0.16.1 -> 0.16.2

This commit is contained in:
Fabian Affolter 2021-12-19 18:56:48 +01:00
parent a1b519b496
commit b78a1c9698

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.16.1";
version = "0.16.2";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XIrGza8yMC1lrSXiaEADcft4UkaZ33R6LW4ug0+8sxs=";
sha256 = "sha256-ktAb5kUwEE4xCgsuj0gO4jP6EybOBLjdlskUF/zwrqU=";
};
vendorSha256 = "sha256-4XA7B0gmFE52VoKiPLsa0urPS7IdzrTBXuU4wZv/Lag=";