ipinfo: 3.2.0 -> 3.3.0
CHangelog: https://github.com/ipinfo/cli/releases/tag/ipinfo-3.3.0
This commit is contained in:
parent
1dd463e138
commit
e2833883c5
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "ipinfo";
|
||||
version = "3.2.0";
|
||||
version = "3.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = "cli";
|
||||
rev = "refs/tags/${pname}-${version}";
|
||||
hash = "sha256-bqA8Y3mVHSwhUcvr3biWbH6K73MYmo3f7wSMS4J+Bk8=";
|
||||
hash = "sha256-B0Qb6RFBAUBpE1o8GqKQtxpndeHermMlwlWlfIa7rmM=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
Loading…
Reference in a new issue