ipinfo: 1.1.5 -> 2.0.1
This commit is contained in:
parent
d7d0a67765
commit
022d787368
1 changed files with 5 additions and 2 deletions
|
@ -5,17 +5,20 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "ipinfo";
|
||||
version = "1.1.5";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = "cli";
|
||||
rev = "${pname}-${version}";
|
||||
sha256 = "16i5vmx39j7l5mhs28niapki9530nsbw6xik8rsky55v9i5pr72d";
|
||||
sha256 = "00rqqkybvzxcpa6fy799fxmn95xqx7s3z3mqfryzi35dlmjdfzqy";
|
||||
};
|
||||
|
||||
vendorSha256 = null;
|
||||
|
||||
# Tests require network access
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Command Line Interface for the IPinfo API";
|
||||
homepage = "https://github.com/ipinfo/cli";
|
||||
|
|
Loading…
Reference in a new issue