checkip: 0.40.1 -> 0.40.3

This commit is contained in:
R. Ryantm
2022-09-04 11:47:46 +00:00
parent 5b02da2735
commit 3808a3e789
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkip";
version = "0.40.1";
version = "0.40.3";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
sha256 = "sha256-SPfr88ZEIFlbU4ofuxb2I42L7FR4EXbckCVylEQHfN4=";
sha256 = "sha256-XUSEmRd7wUN9b3QaVZtIfugw4hXpB4Nc9qk3m1NQS0o=";
};
vendorSha256 = "sha256-bFhSMjm9rqUUbCV9keeXm+yhzQMKrYKs1DbCt53J8aM=";