Commit 60bd6ad8 authored by R. RyanTM's avatar R. RyanTM
Browse files

ipinfo: 3.1.2 -> 3.2.0

parent c76b72ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

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

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

  vendorHash = null;