Unverified Commit 24b175a8 authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #260439 from r-ryantm/auto-update/ipinfo

ipinfo: 3.0.1 -> 3.1.2
parents 18ef9d39 7279e845
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "ipinfo";
  version = "3.0.1";
  version = "3.1.2";

  src = fetchFromGitHub {
    owner = pname;
    repo = "cli";
    rev = "refs/tags/${pname}-${version}";
    hash = "sha256-b6Rh5TJHqcdexZ4AHY+4jQsCMdn69J3MTbmgKXEaACw=";
    hash = "sha256-KCdKfZs1u3ZLaG+Lmod/vV0T0LaW8hs4ReGlVA7A9pA=";
  };

  vendorHash = null;