checkip: 0.16.2 -> 0.17.3

This commit is contained in:
R. Ryantm
2022-01-24 00:04:11 +00:00
parent e5f7e0e551
commit 6c8b26daa7
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.16.2";
version = "0.17.3";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ktAb5kUwEE4xCgsuj0gO4jP6EybOBLjdlskUF/zwrqU=";
sha256 = "sha256-sSXl2I5vZ8PVLaZWlMl5phcqQ1k1OBy5v+X0O8nHtvw=";
};
vendorSha256 = "sha256-4XA7B0gmFE52VoKiPLsa0urPS7IdzrTBXuU4wZv/Lag=";