Unverified Commit d977dd2f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #317758 from r-ryantm/auto-update/checkip

checkip: 0.46.2 -> 0.46.4
parents a992d775 ade27e36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "checkip";
  version = "0.46.2";
  version = "0.46.4";

  src = fetchFromGitHub {
    owner = "jreisinger";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-5GOVn95gaiRPoQvfeBG+zxSISwgMk0L2vexcQtPC/dw=";
    hash = "sha256-7AeoshQBEEZnikAINF+Bv0CBHq347x2K+tdO/tjVco4=";
  };

  vendorHash = "sha256-awqaDEdWILm8RcQ8hrtJFMTJQA5TzGZhiBTMfexmtA0=";