Unverified Commit 32007eb0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

checkip: 0.43.0 -> 0.44.0
parents 7cf58050 c16d0fd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";