Merge pull request #166465 from fabaff/ipinfo-bump

ipinfo: 2.7.0 -> 2.8.0
This commit is contained in:
Fabian Affolter 2022-03-31 09:20:48 +02:00 committed by GitHub
commit 42569db61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec { buildGoModule rec {
pname = "ipinfo"; pname = "ipinfo";
version = "2.7.0"; version = "2.8.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "cli"; repo = "cli";
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "sha256-5kXFSxdZrlaBX+7R9hlM+40+3KlJ7g8xu4BN2PyxXEc="; sha256 = "sha256-hvn50sn1UHkC2K0U5beRAYkAe8y/5sYH7Xed3atXzDo=";
}; };
vendorSha256 = null; vendorSha256 = null;