summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-21 09:14:40 -0500
committerGitHub <noreply@github.com>2022-11-21 09:14:40 -0500
commit32007eb0e42a15744534a3fcdbb5abbb3d62b516 (patch)
tree6955ca52d483d2b6281183ba5d1a2edfbd6ac700
parent7cf580502f2a1c1bc0a1ae65d89a4b15f2d007cd (diff)
parentc16d0fd62c850c285ab5c01c598c3ead4129d31b (diff)
Merge pull request #202123 from r-ryantm/auto-update/checkip
checkip: 0.43.0 -> 0.44.0
-rw-r--r--pkgs/tools/networking/checkip/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/checkip/default.nix b/pkgs/tools/networking/checkip/default.nix
index dff7dee6d445e..1096bf899dc6d 100644
--- a/pkgs/tools/networking/checkip/default.nix
+++ b/pkgs/tools/networking/checkip/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "checkip";
-  version = "0.43.0";
+  version = "0.44.0";
 
   src = fetchFromGitHub {
     owner = "jreisinger";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-KeHITGUf0/sSYwMmwIxh9195KZiMVLb8IXI7SxeOz6A=";
+    sha256 = "sha256-B+gi3BNEQUZL5McSPnSRyUssa9AhnMHswfmCrK0BP2o=";
   };
 
   vendorSha256 = "sha256-bFhSMjm9rqUUbCV9keeXm+yhzQMKrYKs1DbCt53J8aM=";